aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorThomas Huang <thomas.b.huang@gmail.com>2017-05-16 09:06:48 +0800
committerThomas Huang <thomas.b.huang@gmail.com>2017-05-16 09:06:48 +0800
commit62ee03888944e0795be81b01a8bb9021db40402b (patch)
treeb606631da0fb29eb67054b6d33790c3abbc7711f /package.json
parent4c10e2021aa0cdc4f34a22368a37c76e0e1fea22 (diff)
parent85ca8b4539782fca143602afb4216dd3d2338b28 (diff)
downloadtangerine-wallet-browser-62ee03888944e0795be81b01a8bb9021db40402b.tar.gz
tangerine-wallet-browser-62ee03888944e0795be81b01a8bb9021db40402b.tar.zst
tangerine-wallet-browser-62ee03888944e0795be81b01a8bb9021db40402b.zip
Merge branch 'master' into i1419-rinkebydefaultnetwork
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/package.json b/package.json
index f4bdbd998..9d7e216c2 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
{
"presets": [
"es2015",
- "stage-3"
+ "stage-0"
]
}
],
@@ -45,7 +45,6 @@
},
"dependencies": {
"async": "^1.5.2",
- "async-q": "^0.3.1",
"babel-runtime": "^6.23.0",
"bip39": "^2.2.0",
"bluebird": "^3.5.0",
@@ -121,14 +120,14 @@
"valid-url": "^1.0.9",
"vreme": "^3.0.2",
"web3": "0.18.2",
- "web3-provider-engine": "^12.0.3",
+ "web3-provider-engine": "^12.0.6",
"web3-stream-provider": "^2.0.6",
"xtend": "^4.0.1"
},
"devDependencies": {
"babel-eslint": "^6.0.5",
"babel-plugin-transform-runtime": "^6.23.0",
- "babel-preset-stage-3": "^6.24.1",
+ "babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.7.2",
"babelify": "^7.2.0",
"beefy": "^2.1.5",