We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c6c3c commit 416859cCopy full SHA for 416859c
bin/grunt
@@ -0,0 +1,3 @@
1
+#!/usr/bin/env node
2
+
3
+require('grunt-cli/bin/grunt');
package.json
@@ -15,7 +15,7 @@
15
},
16
"main": "lib/grunt",
17
"bin": {
18
- "grunt": "node_modules/grunt-cli/bin/grunt"
+ "grunt": "bin/grunt"
19
20
"keywords": [
21
"task",
@@ -43,7 +43,7 @@
43
"exit": "~0.1.1",
44
"findup-sync": "~0.3.0",
45
"glob": "~7.0.0",
46
- "grunt-cli": "1.2.0",
+ "grunt-cli": "~1.2.0",
47
"grunt-known-options": "~1.1.0",
48
"grunt-legacy-log": "~1.0.0",
49
"grunt-legacy-util": "~1.0.0",
0 commit comments