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 98c60f5 commit ac655ceCopy full SHA for ac655ce
package.json
@@ -22,7 +22,7 @@
22
],
23
"sideEffects": false,
24
"source": "src/index.js",
25
- "main": "dist/index.js",
+ "main": "dist/index.cjs",
26
"module": "dist/index.module.js",
27
"esmodule": "dist/index.modern.js",
28
"umd:main": "dist/index.umd.js",
@@ -31,7 +31,7 @@
31
".": {
32
"browser": "./dist/index.module.js",
33
"umd": "./dist/index.umd.js",
34
- "require": "./dist/index.js",
+ "require": "./dist/index.cjs",
35
"default": "./dist/index.modern.js"
36
}
37
},
0 commit comments