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.
1 parent 37be2e4 commit fe37608Copy full SHA for fe37608
package.json
@@ -4,7 +4,6 @@
4
"version": "0.5.1",
5
"main": "bootstrap.js",
6
"dependencies": {
7
- "grunt": "0.4.5",
8
"grunt-available-tasks": "0.5.4",
9
"grunt-composer": "0.4.4",
10
"grunt-concurrent": "1.0.0",
@@ -26,6 +25,9 @@
26
25
"lodash": "2.4.1",
27
"time-grunt": "1.0.0"
28
},
+ "peerDependencies": {
29
+ "grunt": ">= 0.4.5 < 0.5"
30
+ },
31
"keywords": [
32
"build",
33
"drupal",
0 commit comments