Skip to content

Commit e367e3e

Browse files
authored
Merge pull request #431 from danielrentz/grunt-peer-dep
accept any grunt version 1.x as peer dependency (fix for issue 430)
2 parents 526f686 + d74b05f commit e367e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"strip-bom": "^2.0.0"
5353
},
5454
"peerDependencies": {
55-
"grunt": "^1.0.3 || ^0.4.0",
55+
"grunt": "^1.0.0 || ^0.4.0",
5656
"typescript": ">=1"
5757
},
5858
"devDependencies": {

0 commit comments

Comments
 (0)