*We no longer need to bundle the code

This commit is contained in:
Derrick Hammer 2022-09-21 11:19:15 -04:00
parent 7edc23d8b9
commit bd76fc2815
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 3 deletions

View File

@ -12,11 +12,10 @@
"scripts": {
"compile": "tsc",
"prebuild": "bash prebuild.sh",
"bundle": "node build.js",
"package": "pkg -c pkg.json build/index.js -t linux --public",
"package-debug": "pkg -c pkg.json build/index.js -b -t linux --no-bytecode --public",
"build": "npm run compile && npm run prebuild && npm run bundle && npm run package",
"barebuild": "npm run compile && npm run bundle && npm run package"
"build": "npm run compile && npm run prebuild && npm run package",
"barebuild": "npm run compile && npm run package"
},
"dependencies": {
"@hyperswarm/dht": "^6.0.1",