*Use noise-handshake fork to fix handshake communication bug

This commit is contained in:
Derrick Hammer 2022-07-31 04:10:04 -04:00
parent 5a3e8d7fb5
commit e01d4fc9b5
1 changed files with 2 additions and 1 deletions

View File

@ -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": {