From 79cfbf8199a35f560b7923fed6f6f634531af83a Mon Sep 17 00:00:00 2001 From: addshore Date: Mon, 2 May 2016 10:43:45 +0100 Subject: [PATCH] Update grunt npm packages grunt 1.0.1 no longer also needs grunt-cli Change-Id: I2b542884d265630b19408258a1f496e0338e85ec --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 31280cfa..e3e40878 100755 --- a/package.json +++ b/package.json @@ -5,11 +5,10 @@ "test": "grunt test" }, "devDependencies": { - "grunt": "0.4.5", - "grunt-cli": "0.1.13", - "grunt-contrib-jshint": "0.11.3", - "grunt-banana-checker": "0.4.0", + "grunt": "1.0.1", + "grunt-contrib-jshint": "1.0.0", + "grunt-banana-checker": "0.5.0", "grunt-jscs": "2.1.0", - "grunt-jsonlint": "1.0.4" + "grunt-jsonlint": "1.0.7" } } \ No newline at end of file