From 97190201c43b2abb48dc9aff68ada40575c6a47d Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 5 Apr 2023 16:01:49 -0400 Subject: [PATCH] *add protomux fork and force override --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 61c3642..cef05c8 100644 --- a/package.json +++ b/package.json @@ -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" } } }