Skip to content

Commit

Permalink
feat(package): Added global install so you can run via command
Browse files Browse the repository at this point in the history
  • Loading branch information
jodybrewster committed Nov 20, 2014
1 parent 990b8ea commit 86eae3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@
"test": "grunt test"
},
"dependencies": {
"commander": "^2.5.0",
"q": "~0.9.7"
},
"preferGlobal": "true",
"bin": {
"git-changelog": "tasks/command.js"
},
"devDependencies": {
"chai": "^1.9.2",
"exec": "0.0.6",
Expand Down

0 comments on commit 86eae3f

Please sign in to comment.