Skip to content

Commit 416859c

Browse files
committed
Use local bin that points to grunt-cli
1 parent 26c6c3c commit 416859c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

bin/grunt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env node
2+
3+
require('grunt-cli/bin/grunt');

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"main": "lib/grunt",
1717
"bin": {
18-
"grunt": "node_modules/grunt-cli/bin/grunt"
18+
"grunt": "bin/grunt"
1919
},
2020
"keywords": [
2121
"task",
@@ -43,7 +43,7 @@
4343
"exit": "~0.1.1",
4444
"findup-sync": "~0.3.0",
4545
"glob": "~7.0.0",
46-
"grunt-cli": "1.2.0",
46+
"grunt-cli": "~1.2.0",
4747
"grunt-known-options": "~1.1.0",
4848
"grunt-legacy-log": "~1.0.0",
4949
"grunt-legacy-util": "~1.0.0",

0 commit comments

Comments
 (0)