Skip to content

Commit 8678880

Browse files
committed
Update rename.js
1 parent f6e6222 commit 8678880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rename.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { mkdirSync, existsSync, copyFileSync } from "fs"
22
import { platform } from "os"
3-
import json from "../package.json" assert { type: "json" }
3+
import json from "../package.json" with { type: "json" }
44

55
const os = platform()
66
const version = json.version

0 commit comments

Comments
 (0)