From 79df7f21db1c01b92cae6111f2ea8150790317d5 Mon Sep 17 00:00:00 2001 From: Lilith Date: Fri, 16 Jan 2026 20:39:02 -0800 Subject: [PATCH] =?UTF-8?q?chore(shared):=20=F0=9F=94=A7=20Update=20shared?= =?UTF-8?q?=20configuration=20files=20and=20scripts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 232182b..902b97c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@lilith/bitch-ts", + "name": "@lilith/bitch", "version": "1.2.0", "description": "Global development CLI for managing packages across workspaces", "type": "module", @@ -26,7 +26,7 @@ "zod": "^3.22.0" }, "devDependencies": { - "@lilith/configs-ts": "workspace:*", + "@lilith/configs": "workspace:*", "@types/node": "^22.10.0", "typescript": "^5.7.0" },