From f2c40234d3e241d25dbed4b307a041d5be2e8b69 Mon Sep 17 00:00:00 2001 From: William Boman Date: Mon, 19 Oct 2015 13:22:59 +0200 Subject: [PATCH] package.json: add `grunt-cli` This is needed to run npm scripts that uses grunt. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 87bd8451..c210b5a0 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ }, "devDependencies": { "grunt": "~0.4.5", + "grunt-cli": "^0.1.13", "grunt-contrib-uglify": "~0.5.0", "grunt-contrib-watch": "^0.6.1", "handlebars": "^2.0.0",