Skip to content

Commit

Permalink
Update peerDependencies to support Grunt 1.0 (#4)
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://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)

Co-authored-by: gruntjs-updater <updater@gruntjs.com>
  • Loading branch information
grunt-updater2 and gruntjs-updater committed Jan 1, 2021
1 parent 8281305 commit 5eea246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,6 +49,6 @@
"grunt-contrib-jshint": "~0.8.0"
},
"peerDependencies": {
"grunt": "~0.4.1"
"grunt": ">=0.4.0"
}
}

0 comments on commit 5eea246

Please sign in to comment.