Skip to content

Commit

Permalink
Use local bin that points to grunt-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Apr 5, 2016
1 parent 26c6c3c commit 416859c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions bin/grunt
@@ -0,0 +1,3 @@
#!/usr/bin/env node

require('grunt-cli/bin/grunt');
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -15,7 +15,7 @@
},
"main": "lib/grunt",
"bin": {
"grunt": "node_modules/grunt-cli/bin/grunt"
"grunt": "bin/grunt"
},
"keywords": [
"task",
Expand Down Expand Up @@ -43,7 +43,7 @@
"exit": "~0.1.1",
"findup-sync": "~0.3.0",
"glob": "~7.0.0",
"grunt-cli": "1.2.0",
"grunt-cli": "~1.2.0",
"grunt-known-options": "~1.1.0",
"grunt-legacy-log": "~1.0.0",
"grunt-legacy-util": "~1.0.0",
Expand Down

0 comments on commit 416859c

Please sign in to comment.