Skip to content

Commit

Permalink
Changes the Grunt peer dependency from ~0.4.2 to >=0.4.2 (#15)
Browse files Browse the repository at this point in the history
* Changes the grunt dependency from ~0.4.2 to >=0.4.2
  • Loading branch information
weeman1337 authored and joanniclaborde committed May 12, 2016
1 parent 036baab commit 00699a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
> Replace references to grunt-filerev files.
## Getting Started
This plugin requires Grunt `~0.4.2`
This plugin requires Grunt `>=0.4.2`

If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"grunt": "~0.4.2"
},
"peerDependencies": {
"grunt": "~0.4.2"
"grunt": ">=0.4.2"
},
"keywords": [
"gruntplugin"
Expand Down

0 comments on commit 00699a6

Please sign in to comment.