fix: remove json assertion

This commit is contained in:
Amin Yahyaabadi 2023-05-24 23:47:45 -07:00
parent 23ea3efed0
commit 1f515ade14
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { warning } from "ci-log"
import updateNotifier from "simple-update-notifier"
import packageJson from "../package-version.json" assert { type: "json" }
import packageJson from "../package-version.json"
// auto self update notifier
export async function checkUpdates() {