From 0e1fd953024122aa13ef8dcc62318f2c7c275fbb Mon Sep 17 00:00:00 2001 From: Javed Khan Date: Thu, 2 Apr 2020 23:18:04 +0530 Subject: libs: add handshake support --- libs/combined/index.js | 2 ++ libs/combined/package.json | 1 + 2 files changed, 3 insertions(+) (limited to 'libs') 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') /* zxcvbn */ module.exports.zxcvbn = require('zxcvbn') + +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 @@ "ed25519-hd-key": "^1.0.0", "elastos-wallet-js": "git://github.com/johnnynanjiang/Elastos.SDK.Keypair.Javascript.git#491dc51b64efaf0a8aae62028b68e2c8e38fde06", "ethereumjs-util": "6.0.0", + "handshake-util": "1.2.0", "fast-levenshtein": "2.0.6", "groestlcoinjs-lib": "git://github.com/Groestlcoin/groestlcoinjs-lib.git#3.3.2", "javascript-biginteger": "0.9.2", -- cgit v1.2.3