From e01d4fc9b5d6ce59003db5b942224dd0d84f20c2 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 31 Jul 2022 04:10:04 -0400 Subject: [PATCH] *Use noise-handshake fork to fix handshake communication bug --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 61b6c46..3c05854 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "jest", "build-script": "tsc --project tsconfig.build.json && mv dist-build/build.js dist-build/build.mjs", "compile": "npm run build-script && node build.js", - "build": "npm run compile && node ./dist-build/build.mjs dev" + "build": "npm run compile && rimraf node_modules/@hyperswarm/secret-stream/node_modules && node ./dist-build/build.mjs dev" }, "type": "module", "dependencies": { @@ -16,6 +16,7 @@ "hyperswarm": "^4.0.2", "libkmodule": "^0.2.12", "libskynet": "^0.0.62", + "noise-handshake": "https://github.com/LumeWeb/noise-handshake.git", "randombytes": "https://github.com/LumeWeb/randombytes-browser.git" }, "devDependencies": {