We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e40b4 commit c89e078Copy full SHA for c89e078
package.json
@@ -23,7 +23,7 @@
23
"sideEffects": false,
24
"type": "commonjs",
25
"source": "src/index.js",
26
- "main": "dist/index.js",
+ "main": "dist/index.cjs",
27
"module": "dist/index.module.mjs",
28
"esmodule": "dist/index.modern.mjs",
29
"umd:main": "dist/index.umd.js",
@@ -32,7 +32,7 @@
32
".": {
33
"browser": "./dist/index.module.mjs",
34
"umd": "./dist/index.umd.js",
35
- "require": "./dist/index.js",
+ "require": "./dist/index.cjs",
36
"default": "./dist/index.modern.mjs"
37
}
38
},
0 commit comments