Skip to content

Commit d39083c

Browse files
author
gruntjs-updater
committed
Update peerDependencies to support Grunt 1.0
Hello, This is an automated issue request to update the `peerDependencies` for your Grunt plugin. We ask you to merge this and **publish a new release on npm** to get your plugin working in Grunt 1.0! Read more here: http://gruntjs.com/blog/2016-02-11-grunt-1.0.0-rc1-released#peer-dependencies Also on Twitter: https://twitter.com/gruntjs/status/700819604155707392 If you have any questions or you no longer have time to maintain this plugin, then please let us know in this thread. Thanks for creating and working on this plugin! (P.S. Close this PR if it is a mistake, sorry)
1 parent b534535 commit d39083c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"load-grunt-tasks": "~0.2.0"
3737
},
3838
"peerDependencies": {
39-
"grunt": "~0.4.0"
39+
"grunt": ">=0.4.0"
4040
},
4141
"optionalDependencies": {
4242
"jade": "^1.3.1"

0 commit comments

Comments
 (0)