From b89030680c15a7085e2326fab48565fcd8b33b2b Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 15 Jun 2016 10:26:04 +1000 Subject: [PATCH 1/2] Update dependancies >= > ^ --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 82031d6..3ae40a7 100644 --- a/package.json +++ b/package.json @@ -46,13 +46,13 @@ "csscomb": "~3.1.0" }, "devDependencies": { - "grunt": "^0.4.5", - "grunt-contrib-clean": "^0.6.0", - "grunt-contrib-jshint": "^0.11.2", - "grunt-contrib-nodeunit": "^0.4.1" + "grunt": ">=0.4.5", + "grunt-contrib-clean": ">=0.6.0", + "grunt-contrib-jshint": ">=0.11.2", + "grunt-contrib-nodeunit": ">=0.4.1" }, "peerDependencies": { - "grunt": "^0.4.5" + "grunt": ">=0.4.5" }, "keywords": [ "gruntplugin", From 4428f445c93f14749028f889001428083c22c0fa Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 15 Jun 2016 11:15:18 +1000 Subject: [PATCH 2/2] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3ae40a7..316bf0f 100644 --- a/package.json +++ b/package.json @@ -46,13 +46,13 @@ "csscomb": "~3.1.0" }, "devDependencies": { - "grunt": ">=0.4.5", + "grunt": ">=0.4.0", "grunt-contrib-clean": ">=0.6.0", "grunt-contrib-jshint": ">=0.11.2", "grunt-contrib-nodeunit": ">=0.4.1" }, "peerDependencies": { - "grunt": ">=0.4.5" + "grunt": ">=0.4.0" }, "keywords": [ "gruntplugin",