From 119484400905eab87211f3630b0ff359f02bec4c Mon Sep 17 00:00:00 2001 From: Ben Holland Date: Wed, 6 Apr 2016 15:19:13 +0100 Subject: [PATCH] Updated to grunt@1.x.x --- .travis.yml | 4 ++-- package.json | 20 +++++++++----------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 28a81a9..a8998c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: node_js sudo: false node_js: - - "5.5.0" - - "4.2.6" + - "5" + - "4" - "0.12" - "0.11" - "0.10" diff --git a/package.json b/package.json index c8c4c7a..0d68d4d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-cache-bust", "description": "Bust static assets from the cache using content hashing", - "version": "1.2.0", + "version": "1.3.0", "author": "Ben Holland ", "repository": { "type": "git", @@ -14,23 +14,21 @@ } ], "engines": { - "node": ">= 0.10.0" + "node": ">=0.10.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { - "grunt-contrib-clean": "~0.7.0", - "grunt-contrib-copy": "~0.8.0", - "grunt-contrib-jshint": "~0.12.0", - "grunt-contrib-nodeunit": "~0.4.1", - "grunt-contrib-watch": "~0.6.1" + "grunt": "^1.0.1", + "grunt-contrib-clean": "^1.0.0", + "grunt-contrib-copy": "^1.0.0", + "grunt-contrib-jshint": "^1.0.0", + "grunt-contrib-nodeunit": "^1.0.0", + "grunt-contrib-watch": "^1.0.0" }, "peerDependencies": { - "grunt": "~0.4.5" - }, - "dependencies": { - "grunt": "~0.4.5" + "grunt": ">=0.4.0" }, "keywords": [ "grunt",