Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes <johannes.ewald@roomieplanet.de>2012-06-18 20:53:54 +0400
committerJohannes <johannes.ewald@roomieplanet.de>2012-06-18 20:53:54 +0400
commit8ba5a39d2c04fc0d8213565b7abc51a8c60c7e49 (patch)
tree7e2fc55b32bbf833ba6d4590e776b79fe912697f
parent9aff9dbc31d99a3f9dbd1866a8443ac25b0e8950 (diff)
updated devDependency mocha to 1.2.xv0.2.1
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 57130af..f214043 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
"node" : "<=0.8.x"
},
"devDependencies": {
- "mocha": "1.1.x",
+ "mocha": "1.2.x",
"expect.js": "0.1.x"
},
"scripts" : {