Skip to content

Commit

Permalink
Ensure a grunt bin gets created upon install
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Mar 24, 2016
1 parent 93c6e13 commit f0c2a9f
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 f0c2a9f

Please sign in to comment.