We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec2167 commit a1cd718Copy full SHA for a1cd718
packages/secure-exec-v8/package.json
@@ -7,7 +7,7 @@
7
"types": "./dist/index.d.ts",
8
"files": [
9
"dist",
10
- "postinstall.js",
+ "postinstall.cjs",
11
"README.md"
12
],
13
"repository": {
@@ -26,7 +26,7 @@
26
"check-types": "tsc --noEmit",
27
"build": "tsc",
28
"test": "vitest run",
29
- "postinstall": "node postinstall.js"
+ "postinstall": "node postinstall.cjs"
30
},
31
"optionalDependencies": {
32
"@secure-exec/v8-linux-x64-gnu": "0.1.1-rc.1",
packages/secure-exec-v8/postinstall.js packages/secure-exec-v8/postinstall.cjspackages/secure-exec-v8/postinstall.js renamed to packages/secure-exec-v8/postinstall.cjs
0 commit comments