summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--package.json2
-rw-r--r--packages/script/src/index.ts4
2 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 32d3ccbe8..551258967 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",
diff --git a/packages/script/src/index.ts b/packages/script/src/index.ts
index 090b7396b..9453c2526 100644
--- a/packages/script/src/index.ts
+++ b/packages/script/src/index.ts
@@ -1,7 +1,7 @@
import { $ } from "bun"
-if (process.versions.bun !== "1.3.0") {
- throw new Error("This script requires [email protected]")
+if (process.versions.bun !== "1.3.1") {
+ throw new Error("This script requires [email protected]")
}
const CHANNEL =