Skip to content

Commit 0a82689

Browse files
authored
Merge pull request #60 from nirnatan/master
downgrade grunt from 1.0.1 to 0.4.5 for compatibility for older projects
2 parents 045ebdd + b423300 commit 0a82689

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
@@ -48,7 +48,7 @@
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)