*Switch to pnpm

This commit is contained in:
Derrick Hammer 2023-02-19 13:03:38 -05:00
parent 0c51da781e
commit 7f8dee6ad2
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"build": "rimraf dist && tsc" "build": "rimraf dist && tsc"
}, },
"devDependencies": { "devDependencies": {
"@lumeweb/relay-types": "https://git.lumeweb.com/LumeWeb/relay-types.git", "@lumeweb/relay-types": "git+https://git.lumeweb.com/LumeWeb/relay-types.git",
"@types/b4a": "^1.6.0", "@types/b4a": "^1.6.0",
"@types/express": "^4.17.14", "@types/express": "^4.17.14",
"@types/node": "^18.0.0", "@types/node": "^18.0.0",
@ -18,7 +18,7 @@
}, },
"dependencies": { "dependencies": {
"@hyperswarm/dht": "^6.0.1", "@hyperswarm/dht": "^6.0.1",
"@lumeweb/rpc": "https://git.lumeweb.com/LumeWeb/rpc.git", "@lumeweb/rpc": "git+https://git.lumeweb.com/LumeWeb/rpc.git",
"b4a": "^1.6.1", "b4a": "^1.6.1",
"json-stringify-deterministic": "^1.0.7", "json-stringify-deterministic": "^1.0.7",
"libskynet": "^0.0.61", "libskynet": "^0.0.61",