diff options
author | Javed Khan <tuxcanfly@gmail.com> | 2020-04-02 23:18:04 +0530 |
---|---|---|
committer | Javed Khan <tuxcanfly@gmail.com> | 2020-04-03 00:13:36 +0530 |
commit | 0e1fd953024122aa13ef8dcc62318f2c7c275fbb (patch) | |
tree | afa7b6bbd9a7a4125b5c04beecdb7df68645f5fb /libs | |
parent | 54600393af3293dc9e0f222b24ebd07b63824330 (diff) | |
download | BIP39-0e1fd953024122aa13ef8dcc62318f2c7c275fbb.tar.gz BIP39-0e1fd953024122aa13ef8dcc62318f2c7c275fbb.tar.zst BIP39-0e1fd953024122aa13ef8dcc62318f2c7c275fbb.zip |
libs: add handshake support
Diffstat (limited to 'libs')
-rw-r--r-- | libs/combined/index.js | 2 | ||||
-rw-r--r-- | libs/combined/package.json | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/libs/combined/index.js b/libs/combined/index.js index 6760e0c..a9b716a 100644 --- a/libs/combined/index.js +++ b/libs/combined/index.js | |||
@@ -87,3 +87,5 @@ module.exports.unorm = require('unorm') | |||
87 | /* zxcvbn */ | 87 | /* zxcvbn */ |
88 | 88 | ||
89 | module.exports.zxcvbn = require('zxcvbn') | 89 | module.exports.zxcvbn = require('zxcvbn') |
90 | |||
91 | module.exports.handshake = require('handshake-util') | ||
diff --git a/libs/combined/package.json b/libs/combined/package.json index 6cfc644..de0badc 100644 --- a/libs/combined/package.json +++ b/libs/combined/package.json | |||
@@ -15,6 +15,7 @@ | |||
15 | "ed25519-hd-key": "^1.0.0", | 15 | "ed25519-hd-key": "^1.0.0", |
16 | "elastos-wallet-js": "git://github.com/johnnynanjiang/Elastos.SDK.Keypair.Javascript.git#491dc51b64efaf0a8aae62028b68e2c8e38fde06", | 16 | "elastos-wallet-js": "git://github.com/johnnynanjiang/Elastos.SDK.Keypair.Javascript.git#491dc51b64efaf0a8aae62028b68e2c8e38fde06", |
17 | "ethereumjs-util": "6.0.0", | 17 | "ethereumjs-util": "6.0.0", |
18 | "handshake-util": "1.2.0", | ||
18 | "fast-levenshtein": "2.0.6", | 19 | "fast-levenshtein": "2.0.6", |
19 | "groestlcoinjs-lib": "git://github.com/Groestlcoin/groestlcoinjs-lib.git#3.3.2", | 20 | "groestlcoinjs-lib": "git://github.com/Groestlcoin/groestlcoinjs-lib.git#3.3.2", |
20 | "javascript-biginteger": "0.9.2", | 21 | "javascript-biginteger": "0.9.2", |