We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7ebf9 commit ac34e0cCopy full SHA for ac34e0c
package.json
@@ -5,13 +5,13 @@
5
"repository": "journeyapps/https-proxy-socket",
6
"license": "MIT",
7
"type": "module",
8
- "main": "./lib/cjs/index.js",
+ "main": "./lib/cjs/index.cjs",
9
"module": "./lib/esm/index.js",
10
"types": "./lib/esm/index.d.ts",
11
"exports": {
12
".": {
13
"import": "./lib/esm/index.js",
14
- "require": "./lib/cjs/index.js"
+ "require": "./lib/cjs/index.cjs"
15
}
16
},
17
"bin": {
0 commit comments