From: Aleksander Ɓukasz Date: Wed, 11 Dec 2013 16:30:35 +0000 (+0100) Subject: integration wip: install local copy of grunt-cli X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/349846f255ed15346c72136acc7c2771d9ebc9af 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. --- 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",