Skip to content

Commit

Permalink
Merge pull request #12 from jodybrewster/master
Browse files Browse the repository at this point in the history
feat(package): Added global install so you can run via command
  • Loading branch information
rafinskipg committed Nov 23, 2014
2 parents 990b8ea + 86eae3f commit 219ea80
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 219ea80

Please sign in to comment.