Skip to content

Commit 7b34e82

Browse files
committed
fix non-standard import assertion
1 parent 0ac2964 commit 7b34e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/acquireOpenSSL.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { promisify } from "util";
1212

1313
const pipeline = promisify(stream.pipeline);
1414

15-
import packageJson from '../package.json' assert { type: "json" };
15+
import packageJson from '../package.json' with { type: "json" };
1616

1717
const OPENSSL_VERSION = "1.1.1t";
1818
const win32BatPath = path.join(import.meta.dirname, "build-openssl.bat");

0 commit comments

Comments
 (0)