grunt-filerev-replace
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "grunt-filerev-replace", | ||
"description": "Replace references to grunt-filerev files.", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"homepage": "https://github.com/solidusjs/grunt-filerev-replace", | ||
@@ -40,3 +40,3 @@ "author": { | ||
"peerDependencies": { | ||
"grunt": "~0.4.2" | ||
"grunt": ">=0.4.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "keywords": [ |
@@ -6,3 +6,3 @@ # grunt-filerev-replace | ||
## Getting Started | ||
This plugin requires Grunt `~0.4.2` | ||
This plugin requires Grunt `>=0.4.2` | ||
@@ -9,0 +9,0 @@ 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: |
22425