From 9b9b88f55571bfa535fcb3861b779b4d8818cff9 Mon Sep 17 00:00:00 2001 From: Ricordisamoa Date: Tue, 5 Apr 2016 04:39:19 +0200 Subject: [PATCH] update grunt from ~0.4.5 to ~1.0.0, remove grunt-cli --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index d3658aa..58ea56c 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,8 @@ "test": "grunt test" }, "devDependencies": { - "grunt": "~0.4.5", + "grunt": "~1.0.0", "grunt-banana-checker": "~0.4.0", - "grunt-cli": "~0.1.13", "grunt-contrib-jshint": "~1.0.0", "grunt-jscs": "~2.8.0" },