From cf0c05f1f5c016316ca4151ffec0c0ab01744968 Mon Sep 17 00:00:00 2001 From: Flint Date: Tue, 21 Jul 2026 09:59:43 -0700 Subject: [PATCH] chore: declare packageManager (bun@1.3.10) so Renovate can process bun.lock Co-Authored-By: Claude Fable 5 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 99d9520..6cb6fa6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tpsdev-ai/tps", "private": true, - "description": "TPS Monorepo — CLI and Agent Runtime", + "description": "TPS Monorepo \u2014 CLI and Agent Runtime", "workspaces": [ "packages/*" ], @@ -28,5 +28,6 @@ "ws": "^8.21.0", "shell-quote": "^1.8.4", "js-yaml": "^4.2.0" - } + }, + "packageManager": "bun@1.3.10" }