From 5f855a624d2f898dc6a2141c5f4f148b0725c984 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 1 Aug 2017 10:45:28 +0200 Subject: [PATCH] build: bump grunt and drop grunt-cli grunt 1.x now includes a CLI command, hence grunt-cli is no more needed. Change-Id: I94f0c66236b5f0f12220741276c7fe24a89c65e0 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 335401b..e219470 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,7 @@ "test": "grunt test" }, "devDependencies": { - "grunt": "0.4.5", - "grunt-cli": "0.1.13", + "grunt": "1.0.1", "grunt-banana-checker": "0.4.0", "grunt-contrib-jshint": "0.11.3", "grunt-jsonlint": "1.0.7"