diff options
| author | Dax Raad <[email protected]> | 2026-03-09 15:29:55 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-03-09 15:29:55 -0400 |
| commit | 37ae0a405136a037b5df63d5d19c133de5d5ad95 (patch) | |
| tree | 266e65d8bd08c1d213ac57c0f076d8ecfc1d5bb1 /packages/script/src | |
| parent | 2f2856e20ad3433e6d82ff8d2e51f4ff14f9f098 (diff) | |
| download | opencode-37ae0a405136a037b5df63d5d19c133de5d5ad95.tar.gz opencode-37ae0a405136a037b5df63d5d19c133de5d5ad95.zip | |
refactor: replace bun semver with npm semver package
Diffstat (limited to 'packages/script/src')
| -rw-r--r-- | packages/script/src/index.ts | 3 |
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") |
