From a49548f554f8ade283bc7ba22b90f2b457e79fc5 Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Mon, 3 Mar 2014 15:03:13 -0700 Subject: [PATCH] Added grunt-cli dev dependency --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2689cd59b52f..00a1460348a6 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "mocha": "~1.17.1", "grunt-contrib-watch": "~0.5.3", "grunt-contrib-jade": "~0.10.0", - "grunt-contrib-less": "~0.9.0" + "grunt-contrib-less": "~0.9.0", + "grunt-cli": "~0.1.13" }, "scripts": { "test": "grunt test",