Skip to content

Commit

Permalink
Merge pull request #1493 from gruntjs/fix-cli-bin
Browse files Browse the repository at this point in the history
Ensure a grunt bin gets created upon install
  • Loading branch information
vladikoff committed Mar 24, 2016
2 parents 93c6e13 + f0c2a9f commit 0b6c38f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"test-tap": "grunt test:tap"
},
"main": "lib/grunt",
"bin": {
"grunt": "node_modules/grunt-cli/bin/grunt"
},
"keywords": [
"task",
"async",
Expand Down

0 comments on commit 0b6c38f

Please sign in to comment.