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 f6e6222 commit 8678880Copy full SHA for 8678880
scripts/rename.js
@@ -1,6 +1,6 @@
1
import { mkdirSync, existsSync, copyFileSync } from "fs"
2
import { platform } from "os"
3
-import json from "../package.json" assert { type: "json" }
+import json from "../package.json" with { type: "json" }
4
5
const os = platform()
6
const version = json.version
0 commit comments