diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index a1382fb82..afcd78bf0 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "pretest:umd": "run-s clean build:umd:dev build:commonjs", "substitute_umd_bundle": "npm run remove_src_files_not_used_by_tests; shx mv _bundles/* lib/src", "remove_src_files_not_used_by_tests": "find ./lib/src \\( -path ./lib/src/utils -o -path ./lib/src/subproviders -o -path ./lib/src/schemas -o -path \"./lib/src/types.*\" \\) -prune -o -type f -print | xargs rm", - "run_mocha": "mocha lib/test/**/*_test.js --timeout 5000 --bail" + "run_mocha": "mocha lib/test/**/*_test.js --timeout 5000 --bail --exit" }, "config": { "artifacts": "TokenTransferProxy Exchange TokenRegistry Token EtherToken", @@ -68,7 +68,7 @@ "dirty-chai": "^2.0.1", "ethereumjs-testrpc": "4.0.1", "json-loader": "^0.5.4", - "mocha": "^3.4.1", + "mocha": "^4.0.0", "npm-run-all": "^4.0.2", "nyc": "^11.0.1", "opn-cli": "^3.1.0", @@ -76,7 +76,7 @@ "request-promise-native": "^1.0.4", "shx": "^0.2.2", "sinon": "^4.0.0", - "source-map-support": "^0.4.15", + "source-map-support": "^0.5.0", "truffle-hdwallet-provider": "^0.0.3", "tslint": "^5.3.2", "tslint-config-0xproject": "^0.0.2", |