We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26c6c3c + 6b60a41 commit d097191Copy full SHA for d097191
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",
@@ -66,6 +66,7 @@
66
"through2": "~2.0.0"
67
68
"files": [
69
- "lib"
+ "lib",
70
+ "bin"
71
]
72
}
0 commit comments