aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorThomas <tmashuang@gmail.com>2018-03-22 03:28:03 +0800
committerThomas <tmashuang@gmail.com>2018-03-22 03:28:03 +0800
commit775275e1387c140fabb3ddbef5544af0dcbc4df0 (patch)
tree85a4973cf35b026b66d133a54cd42fe024d27944 /package.json
parentd646f377416ea6bfcd7682d21e011be5fa65cd3f (diff)
parent5f4e96752a97db2fd828caf89edec17f79b67be0 (diff)
downloadtangerine-wallet-browser-775275e1387c140fabb3ddbef5544af0dcbc4df0.tar.gz
tangerine-wallet-browser-775275e1387c140fabb3ddbef5544af0dcbc4df0.tar.zst
tangerine-wallet-browser-775275e1387c140fabb3ddbef5544af0dcbc4df0.zip
Merge branch 'master' into selenium-e2e
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json
index bd25111b5..9573d39ba 100644
--- a/package.json
+++ b/package.json
@@ -10,10 +10,9 @@
"mock": "beefy development/mock-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./",
"watch": "mocha watch --recursive \"test/unit/**/*.js\"",
"mascara": "gulp build && cross-env METAMASK_DEBUG=true node ./mascara/example/server",
- "dist": "npm run dist:clear && npm install && gulp dist && npm run test:es5",
+ "dist": "npm run dist:clear && npm install && gulp dist",
"dist:clear": "rm -rf node_modules/eth-contract-metadata && rm -rf node_modules/eth-phishing-detect",
"test": "npm run lint && npm run test:coverage && npm run test:integration",
- "test:es5": "es-check es5 ./dist/**/*.js",
"test:unit": "cross-env METAMASK_ENV=test mocha --exit --require babel-core/register --require test/helper.js --recursive \"test/unit/**/*.js\"",
"test:single": "cross-env METAMASK_ENV=test mocha --require test/helper.js",
"test:integration": "npm run test:integration:build && npm run test:flat && npm run test:mascara",
@@ -203,7 +202,6 @@
"envify": "^4.0.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-15": "^1.0.5",
- "es-check": "^2.0.2",
"eslint-plugin-chai": "0.0.1",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-react": "^7.4.0",