Skip to content

Commit b423300

Browse files
authored
update peerDependencies to grunt >=0.4.5
1 parent 7a5a9d4 commit b423300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"jasmine-spec-reporter": "^2.5.0"
4545
},
4646
"devDependencies": {
47-
"grunt": ">=0.4.5",
47+
"grunt": "^1.0.1",
4848
"grunt-eslint": "^18.0.0"
4949
},
5050
"peerDependencies": {
51-
"grunt": "^1.0.0"
51+
"grunt": ">=0.4.5"
5252
},
5353
"keywords": [
5454
"gruntplugin",

0 commit comments

Comments
 (0)