From 7f06c0b0814368f2c75b97ef911734f1e3f27552 Mon Sep 17 00:00:00 2001 From: gruntjs-updater Date: Sat, 20 Feb 2016 21:04:48 -0500 Subject: [PATCH] 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) --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index af9c571..6f5988c 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,7 @@ "scripts": { "test": "grunt test" }, - "dependencies": { - }, + "dependencies": {}, "devDependencies": { "grunt": "~0.4.0", "grunt-contrib-clean": "~0.5.0", @@ -36,9 +35,9 @@ "grunt-contrib-nodeunit": "~0.2.2" }, "peerDependencies": { - "grunt": "~0.4.0" + "grunt": ">=0.4.0" }, "keywords": [ "gruntplugin" ] -} \ No newline at end of file +}