Skip to content

Commit

Permalink
Update peerDependencies to support Grunt 1.0
Browse files Browse the repository at this point in the history
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:https://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)
  • Loading branch information
gruntjs-updater committed Feb 21, 2016
1 parent 8b77bb8 commit 60ebfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"nodeunit": "~0.9.0"
},
"peerDependencies": {
"grunt": "~0.4.1"
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
Expand Down

0 comments on commit 60ebfc5

Please sign in to comment.