web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

commit 902d5482a4c571a19835f82b6a89a83070fa02f3
parent 4a32b6beb9bd4ab01d2b4489f556a19f2509d24f
Author: triesap <triesap@radroots.dev>
Date:   Mon, 22 Dec 2025 16:22:35 +0000

http: use workspace protocol for internal dependencies

Diffstat:
Mhttp/package.json | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/http/package.json b/http/package.json @@ -24,7 +24,7 @@ "watch": "tsc -w" }, "devDependencies": { - "@radroots/tsconfig": "*", + "@radroots/tsconfig": "workspace:*", "@types/node": "^22.13.1", "rimraf": "^6.0.1", "typescript": "5.8.3" @@ -33,7 +33,7 @@ "access": "public" }, "dependencies": { - "@radroots/types-bindings": "*", - "@radroots/utils": "*" + "@radroots/types-bindings": "workspace:*", + "@radroots/utils": "workspace:*" } -} +} +\ No newline at end of file