From 00699a6080a9b9362525c4f4acd4cdda2fe9bb53 Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Thu, 12 May 2016 16:14:40 +0200 Subject: [PATCH] Changes the Grunt peer dependency from ~0.4.2 to >=0.4.2 (#15) * Changes the grunt dependency from ~0.4.2 to >=0.4.2 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c357e0b..3871f4c 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/package.json b/package.json index 5c1e8e2..cc77024 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "grunt": "~0.4.2" }, "peerDependencies": { - "grunt": "~0.4.2" + "grunt": ">=0.4.2" }, "keywords": [ "gruntplugin"