bump bun to 1.3.3

This commit is contained in:
Aiden Cline
2025-11-21 13:56:46 -06:00
parent e34df15ff5
commit 5083f9c9c2

View File

@@ -4,7 +4,7 @@
"description": "AI-powered development tool",
"private": true,
"type": "module",
"packageManager": "bun@1.3.2",
"packageManager": "bun@1.3.3",
"scripts": {
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
"typecheck": "bun turbo typecheck",