summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-12-18 09:47:42 -0600
committerAiden Cline <[email protected]>2025-12-18 09:47:42 -0600
commit257a4d5b86c42d3b8a76b13c5064226a988f78f3 (patch)
tree27906f3a246576ee5ab592ffd05bfc69d86478f0
parent1fc5836f64d4773f3460b3054949777f7f1d60cd (diff)
downloadopencode-257a4d5b86c42d3b8a76b13c5064226a988f78f3.tar.gz
opencode-257a4d5b86c42d3b8a76b13c5064226a988f78f3.zip
bump bun version
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 930ab9acc..72e005e37 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "AI-powered development tool",
"private": true,
"type": "module",
- "packageManager": "[email protected]",
+ "packageManager": "[email protected]",
"scripts": {
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
"typecheck": "bun turbo typecheck",