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 ee01bc7 commit ce7c20eCopy full SHA for ce7c20e
package.json
@@ -25,7 +25,7 @@
25
],
26
"sideEffects": false,
27
"source": "src/index.js",
28
- "main": "dist/index.js",
+ "main": "dist/index.cjs",
29
"module": "dist/index.module.js",
30
"esmodule": "dist/index.modern.js",
31
"umd:main": "dist/index.umd.js",
@@ -34,7 +34,7 @@
34
".": {
35
"browser": "./dist/index.module.js",
36
"umd": "./dist/index.umd.js",
37
- "require": "./dist/index.js",
+ "require": "./dist/index.cjs",
38
"default": "./dist/index.modern.js"
39
}
40
},
0 commit comments