Skip to content

Commit

Permalink
add all-contributors as a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Dec 4, 2017
1 parent 52e6f18 commit e676fa4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
.DS_Store
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "transcripts",
"description": "Changelog episode transcripts in Markdown format",
"scripts": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thechangelog/transcripts.git"
},
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/thechangelog/transcripts/issues"
},
"homepage": "https://github.com/thechangelog/transcripts#readme",
"devDependencies": {
"all-contributors-cli": "^4.10.0"
}
}

0 comments on commit e676fa4

Please sign in to comment.