*add protomux fork and force override

This commit is contained in:
Derrick Hammer 2023-04-05 16:01:49 -04:00
parent ebf1b1bdd1
commit 97190201c4
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,8 @@
"@lumeweb/kernel-swarm-client": "git+https://git.lumeweb.com/LumeWeb/kernel-swarm-client.git",
"@lumeweb/rpc-client": "git+https://git.lumeweb.com/LumeWeb/rpc-client.git",
"b4a": "^1.6.3",
"libkmodule": "^0.2.53"
"libkmodule": "^0.2.53",
"protomux": "git+https://git.lumeweb.com/LumeWeb/protomux.git"
},
"browser": {
"timers": "timers-browserify"
@ -32,6 +33,9 @@
"pnpm": {
"patchedDependencies": {
"b4a@1.6.3": "patches/b4a@1.6.3.patch"
},
"overrides": {
"protomux": "git+https://git.lumeweb.com/LumeWeb/protomux.git"
}
}
}