summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarren Smith <garren.smith@gmail.com>2013-03-19 17:23:28 +0200
committerGarren Smith <garren.smith@gmail.com>2013-03-19 17:23:59 +0200
commit70d27386184afc073633f02ecffce18c6fb531f1 (patch)
treed824ed0f1be54d6f37bba3c4e5209862674fe640
parent75c4aed4660e0567627e3497bed7c65eb5e6d0a8 (diff)
downloadcouchdb-70d27386184afc073633f02ecffce18c6fb531f1.tar.gz
add grunt-cli to dependancies so that bin/grunt works
-rw-r--r--src/fauxton/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fauxton/package.json b/src/fauxton/package.json
index 5f651cef7..475192cce 100644
--- a/src/fauxton/package.json
+++ b/src/fauxton/package.json
@@ -9,6 +9,7 @@
"dependencies": {
"async": "~0.2.6",
"grunt": "~0.4.1",
+ "grunt-cli": "~0.1.6",
"couchapp": "~0.9.1",
"grunt-contrib": "~0.5.0",
"grunt-couchapp": "~0.1.0",