aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorDan Finlay <flyswatter@users.noreply.github.com>2017-05-16 06:35:19 +0800
committerGitHub <noreply@github.com>2017-05-16 06:35:19 +0800
commitfe3e943169ec32cf6b1db3f9469855cbf8b51403 (patch)
tree64945456d8ec250191b0dca41fad6fadd6443a8d /package.json
parent117cf9c331468390867323000a233b510c47fee1 (diff)
parent81122170b5e1b5853a823a9290c58e514062cb3f (diff)
downloadtangerine-wallet-browser-fe3e943169ec32cf6b1db3f9469855cbf8b51403.tar.gz
tangerine-wallet-browser-fe3e943169ec32cf6b1db3f9469855cbf8b51403.tar.zst
tangerine-wallet-browser-fe3e943169ec32cf6b1db3f9469855cbf8b51403.zip
Merge pull request #1422 from MetaMask/drop-asyncq
background - drop async-q in favor of async/await
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index f4bdbd998..3355b4442 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",
@@ -128,7 +127,7 @@
"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",