From 191baa4d23edc5360183b67320a471df02d6ede8 Mon Sep 17 00:00:00 2001 From: Jason Mulligan Date: Thu, 13 Jun 2013 17:40:31 -0400 Subject: [PATCH] Returning `grunt-cli` to `package.json` --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 487effd..5922fee 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ }, "devDependencies": { "grunt": "~0.4.1", + "grunt-cli": "~0.1.6", "grunt-exec": "~0.4", "grunt-sed": "~0.1", "grunt-contrib-concat": "~0.1.3",