diff options
author | kumavis <aaron@kumavis.me> | 2017-01-12 17:17:05 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2017-01-12 17:17:05 +0800 |
commit | b33c51c0a6c7c8a7b0c0a9a6ca101f874f2db3d1 (patch) | |
tree | 7707ff23ae225ee2dd4eef17bfd67c688a817b43 /package.json | |
parent | 3bc996878b467e1fa5fd63656bd465377daa137d (diff) | |
download | dexon-wallet-b33c51c0a6c7c8a7b0c0a9a6ca101f874f2db3d1.tar.gz dexon-wallet-b33c51c0a6c7c8a7b0c0a9a6ca101f874f2db3d1.tar.zst dexon-wallet-b33c51c0a6c7c8a7b0c0a9a6ca101f874f2db3d1.zip |
migrations - introduce promise-based migrator
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 0d0835a8..954f5a10 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ }, "dependencies": { "async": "^1.5.2", + "async-q": "^0.3.1", "bip39": "^2.2.0", "browser-passworder": "^2.0.3", "browserify-derequire": "^0.9.4", |