*Partially upgrade to yarn pnp

This commit is contained in:
Derrick Hammer 2022-12-15 12:04:13 -05:00
parent 58190128a0
commit 3736bf0e51
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
3 changed files with 1557 additions and 1549 deletions

7
.gitignore vendored
View File

@ -1 +1,8 @@
node_modules
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

View File

@ -10,12 +10,12 @@
"email": "contact@lumeweb.com"
},
"scripts": {
"compile": "tsc",
"compile": "yarn tsc",
"prebuild": "bash prebuild.sh",
"package": "pkg -c pkg.json build/index.js -t linux --public --no-native-build -C gzip",
"package-debug": "pkg -c pkg.json build/index.js -b -t linux --no-bytecode --public",
"build": "npm run compile && npm run prebuild && npm run package",
"barebuild": "npm run compile && npm run package"
"package": "yarn pkg -c pkg.json build/index.js -t linux --public --no-native-build -C gzip",
"package-debug": "yarn pkg -c pkg.json build/index.js -b -t linux --no-bytecode --public",
"build": "yarn run compile && npm run prebuild && npm run package",
"barebuild": "yarn run compile && npm run package"
},
"dependencies": {
"@hyperswarm/dht": "^6.0.1",
@ -75,6 +75,7 @@
"prettier": "^2.7.1",
"rollup": "^2.77.0",
"supports-color": "https://github.com/LumeWeb/supports-color.git",
"typescript": "^4.7.4"
}
"typescript": "^4.9.4"
},
"packageManager": "yarn@4.0.0-rc.33"
}

3084
yarn.lock

File diff suppressed because it is too large Load Diff