Skip to content

Commit a1cd718

Browse files
committed
fix: rename postinstall.js to .cjs for ESM package compat
1 parent 6ec2167 commit a1cd718

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/secure-exec-v8/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"types": "./dist/index.d.ts",
88
"files": [
99
"dist",
10-
"postinstall.js",
10+
"postinstall.cjs",
1111
"README.md"
1212
],
1313
"repository": {
@@ -26,7 +26,7 @@
2626
"check-types": "tsc --noEmit",
2727
"build": "tsc",
2828
"test": "vitest run",
29-
"postinstall": "node postinstall.js"
29+
"postinstall": "node postinstall.cjs"
3030
},
3131
"optionalDependencies": {
3232
"@secure-exec/v8-linux-x64-gnu": "0.1.1-rc.1",

0 commit comments

Comments
 (0)