summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarren Smith <garren.smith@gmail.com>2013-03-16 16:33:49 +0200
committerGarren Smith <garren.smith@gmail.com>2013-03-16 16:33:49 +0200
commitca8548ec90ced19facc5d916e3a73030b5fc4e05 (patch)
tree172f21189ac03152f53a014ac3b70fa418cc4961
parente1a8ab5202e8a4ba31e6a58e33e3ddfb8a8645f1 (diff)
downloadcouchdb-ca8548ec90ced19facc5d916e3a73030b5fc4e05.tar.gz
lock grunt-contrib to specific working version
-rw-r--r--src/fauxton/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fauxton/package.json b/src/fauxton/package.json
index 891ea3662..f1637e7c3 100644
--- a/src/fauxton/package.json
+++ b/src/fauxton/package.json
@@ -11,7 +11,7 @@
"grunt": "~0.3.17",
"bbb": "0.1.16",
"couchapp": "0.9.1",
- "grunt-contrib": "~0.0.8",
+ "grunt-contrib": "0.0.8",
"grunt-contrib-copy": "~0.3.2",
"grunt-couchapp": "~0.1.0",
"grunt-exec": "~0.3.0",