Skip to content

Commit ab916f3

Browse files
committed
Merge pull request #23 from gruntjs-updater/peerDep
Update peerDependencies to support Grunt 1.0
2 parents ad055b6 + 5ca92df commit ab916f3

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
@@ -34,12 +34,12 @@
3434
"grunt-cli": "0.1.6"
3535
},
3636
"peerDependencies": {
37-
"grunt": "~0.4.1"
37+
"grunt": ">=0.4.0"
3838
},
3939
"keywords": [
4040
"gruntplugin"
4141
],
4242
"dependencies": {
4343
"htmlhint": "~0.9.12"
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)