From 9685e2b331c0bfa51b62fc45a0cf345114dda48a Mon Sep 17 00:00:00 2001 From: QuinnFTW Date: Sat, 10 Jan 2026 10:53:49 -0800 Subject: [PATCH] =?UTF-8?q?chore(text-utils):=20=F0=9F=9B=A0=20update=20pa?= =?UTF-8?q?ckage=20dependency=20reference?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- text-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text-utils/package.json b/text-utils/package.json index fd34983..cadec82 100644 --- a/text-utils/package.json +++ b/text-utils/package.json @@ -30,7 +30,7 @@ "author": "", "license": "MIT", "dependencies": { - "@lilith/text-processing-algorithms": "file:../algorithms" + "@lilith/text-processing-algorithms": "workspace:*" }, "devDependencies": { "@types/node": "^20.0.0",