From f7e29a1acf98531af0099cbfc90f1a983560af6d Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Thu, 11 Dec 2025 00:10:58 -0600 Subject: [PATCH] downgrade bun --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4579a06f35..39733b931a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "AI-powered development tool", "private": true, "type": "module", - "packageManager": "bun@1.3.4", + "packageManager": "bun@1.3.3", "scripts": { "dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts", "typecheck": "bun turbo typecheck",