Skip to content

Commit

Permalink
fix import statement (#4464)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubhy authored Feb 16, 2025
1 parent 10641cd commit 2a4b572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/version.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Fs from "node:fs"
import Package from "../packages/effect/package.json" assert { type: "json" }
import Package from "../packages/effect/package.json" with { type: "json" }

const tpl = Fs.readFileSync("./scripts/version.template.txt").toString("utf8")

Expand Down

0 comments on commit 2a4b572

Please sign in to comment.