aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChinCluBi <[email protected]>2016-08-12 14:19:35 +0700
committerChinCluBi <[email protected]>2016-08-12 14:19:35 +0700
commitec13e84dcd6e01f908aa89bc56d3f8b1d5c9cd42 (patch)
tree300caf272be70c3cb4d3d85a9b47a1dde3b77589
parente8231413cc38a3ce49d712823dadbffbd1849acc (diff)
downloadfaker-ec13e84dcd6e01f908aa89bc56d3f8b1d5c9cd42.tar.xz
faker-ec13e84dcd6e01f908aa89bc56d3f8b1d5c9cd42.zip
upgrade mocha version to support node v6.x
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index e3ae5b96..b810d7f9 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
"jsdoc": "^3.4.0",
"jshint": "0.9.0",
"lodash": "^4.6.1",
- "mocha": "1.8.x",
+ "mocha": "^3.0.2",
"node-minify": "*",
"optimist": "0.3.5",
"sinon": "1.4.2",
@@ -36,6 +36,5 @@
"vinyl-transform": "0.0.1"
},
"license": "MIT",
- "main": "index.js",
- "dependencies": {}
+ "main": "index.js"
}