summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2026-01-15 12:16:17 -0600
committerAiden Cline <[email protected]>2026-01-15 12:16:17 -0600
commit5a8a0f6a5661ad5f02f951473595230b03b17840 (patch)
tree8d42d8e932348e20ee09ed95590b8d75e86b1043 /package.json
parent37f30993fa933fc5c4b7f9de40d486e39b70070d (diff)
downloadopencode-5a8a0f6a5661ad5f02f951473595230b03b17840.tar.gz
opencode-5a8a0f6a5661ad5f02f951473595230b03b17840.zip
fix: downgrade bun to fix avx issue
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 9aa069d52..f1d6c4fea 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",
@@ -21,7 +21,7 @@
"packages/slack"
],
"catalog": {
- "@types/bun": "1.3.6",
+ "@types/bun": "1.3.5",
"@octokit/rest": "22.0.0",
"@hono/zod-validator": "0.4.2",
"ulid": "3.0.1",