mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 07:52:03 +00:00
refactor: replace bun semver with npm semver package
This commit is contained in:
parent
2f2856e20a
commit
37ae0a4051
5 changed files with 274 additions and 37 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue