From 349846f255ed15346c72136acc7c2771d9ebc9af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Wed, 11 Dec 2013 17:30:35 +0100 Subject: [PATCH] integration wip: install local copy of grunt-cli grunt-cli is a runner that runs the most local copy of grunt itself. With this change we don't care if it's available globally. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 827e18f..cf58cfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "rng-editor", "devDependencies": { + "grunt-cli": "0.1.11", "grunt": "~0.4.1", "grunt-contrib-requirejs": "~0.4.1", "grunt-contrib-less": "~0.6.1", -- 2.20.1