diff options
| author | ChinCluBi <[email protected]> | 2016-08-12 14:19:35 +0700 |
|---|---|---|
| committer | ChinCluBi <[email protected]> | 2016-08-12 14:19:35 +0700 |
| commit | ec13e84dcd6e01f908aa89bc56d3f8b1d5c9cd42 (patch) | |
| tree | 300caf272be70c3cb4d3d85a9b47a1dde3b77589 | |
| parent | e8231413cc38a3ce49d712823dadbffbd1849acc (diff) | |
| download | faker-ec13e84dcd6e01f908aa89bc56d3f8b1d5c9cd42.tar.xz faker-ec13e84dcd6e01f908aa89bc56d3f8b1d5c9cd42.zip | |
upgrade mocha version to support node v6.x
| -rw-r--r-- | package.json | 5 |
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" } |
