Skip to content

Commit cfe56aa

Browse files
committed
chore: fix packageManager version to match installed bun
https://claude.ai/code/session_01FVE7bSfST5rpzbEmUhNiBU
1 parent 59fca2c commit cfe56aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "AI-powered development tool",
55
"private": true,
66
"type": "module",
7-
"packageManager": "bun@1.3.10",
7+
"packageManager": "bun@1.3.9",
88
"scripts": {
99
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
1010
"dev:desktop": "bun --cwd packages/desktop tauri dev",

0 commit comments

Comments
 (0)