diff options
author | Thomas Huang <tmashuang@users.noreply.github.com> | 2017-10-04 03:33:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-04 03:33:11 +0800 |
commit | 4f678c7c345e24eb41c6f0950fbac09c0c218a90 (patch) | |
tree | edefaed8ddee02f6a0897059c4357f92aa14c6e2 | |
parent | 1893c507302fe89b9fae6bd0e213217d219fd7fc (diff) | |
parent | 98641f6f6617f9c59775cb3e8ed955f154a3b8c9 (diff) | |
download | tangerine-wallet-browser-4f678c7c345e24eb41c6f0950fbac09c0c218a90.tar tangerine-wallet-browser-4f678c7c345e24eb41c6f0950fbac09c0c218a90.tar.gz tangerine-wallet-browser-4f678c7c345e24eb41c6f0950fbac09c0c218a90.tar.bz2 tangerine-wallet-browser-4f678c7c345e24eb41c6f0950fbac09c0c218a90.tar.lz tangerine-wallet-browser-4f678c7c345e24eb41c6f0950fbac09c0c218a90.tar.xz tangerine-wallet-browser-4f678c7c345e24eb41c6f0950fbac09c0c218a90.tar.zst tangerine-wallet-browser-4f678c7c345e24eb41c6f0950fbac09c0c218a90.zip |
Merge pull request #2264 from MetaMask/greenkeeper/mocha-4.0.0
Update mocha to the latest version 🚀
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 918531f15..685d98403 100644 --- a/package.json +++ b/package.json @@ -186,7 +186,7 @@ "karma-firefox-launcher": "^1.0.1", "karma-qunit": "^1.2.1", "lodash.assign": "^4.0.6", - "mocha": "^3.4.2", + "mocha": "^4.0.0", "mocha-eslint": "^4.0.0", "mocha-jsdom": "^1.1.0", "mocha-sinon": "^2.0.0", |