Skip to content

Commit 98479df

Browse files
committed
Merge pull request #112 from phase2/peer-dependencies
grunt is a peer dependency.
2 parents 59a509b + fe37608 commit 98479df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"version": "0.5.1",
55
"main": "bootstrap.js",
66
"dependencies": {
7-
"grunt": "0.4.5",
87
"grunt-available-tasks": "0.5.4",
98
"grunt-composer": "0.4.4",
109
"grunt-concurrent": "1.0.0",
@@ -26,6 +25,9 @@
2625
"lodash": "2.4.1",
2726
"time-grunt": "1.0.0"
2827
},
28+
"peerDependencies": {
29+
"grunt": ">= 0.4.5 < 0.5"
30+
},
2931
"keywords": [
3032
"build",
3133
"drupal",

0 commit comments

Comments
 (0)