summaryrefslogtreecommitdiffhomepage
path: root/packages/script/src/index.ts
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-03-09 15:29:55 -0400
committerDax Raad <[email protected]>2026-03-09 15:29:55 -0400
commit37ae0a405136a037b5df63d5d19c133de5d5ad95 (patch)
tree266e65d8bd08c1d213ac57c0f076d8ecfc1d5bb1 /packages/script/src/index.ts
parent2f2856e20ad3433e6d82ff8d2e51f4ff14f9f098 (diff)
downloadopencode-37ae0a405136a037b5df63d5d19c133de5d5ad95.tar.gz
opencode-37ae0a405136a037b5df63d5d19c133de5d5ad95.zip
refactor: replace bun semver with npm semver package
Diffstat (limited to 'packages/script/src/index.ts')
-rw-r--r--packages/script/src/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/script/src/index.ts b/packages/script/src/index.ts
index ee4bc1e46..d148ce0d2 100644
--- a/packages/script/src/index.ts
+++ b/packages/script/src/index.ts
@@ -1,4 +1,5 @@
-import { $, semver } from "bun"
+import { $ } from "bun"
+import semver from "semver"
import path from "path"
const rootPkgPath = path.resolve(import.meta.dir, "../../../package.json")