Skip to content

Commit 1f515ad

Browse files
committed
fix: remove json assertion
1 parent 23ea3ef commit 1f515ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/check-updates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { warning } from "ci-log"
22
import updateNotifier from "simple-update-notifier"
3-
import packageJson from "../package-version.json" assert { type: "json" }
3+
import packageJson from "../package-version.json"
44

55
// auto self update notifier
66
export async function checkUpdates() {

0 commit comments

Comments
 (0)