We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ea3ef commit 1f515adCopy full SHA for 1f515ad
src/check-updates.ts
@@ -1,6 +1,6 @@
1
import { warning } from "ci-log"
2
import updateNotifier from "simple-update-notifier"
3
-import packageJson from "../package-version.json" assert { type: "json" }
+import packageJson from "../package-version.json"
4
5
// auto self update notifier
6
export async function checkUpdates() {
0 commit comments