Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update peerDependencies to support Grunt 1.0 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
gruntjs-updater committed Feb 20, 2016
commit 07f2e2b0898efa9c5e29ec204788b46fdf9f8750
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -35,9 +35,9 @@
"grunt": "~0.4.1"
},
"peerDependencies": {
"grunt": "~0.4.1"
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin"
]
}
}