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 5140a94 commit 777d492Copy full SHA for 777d492
package.json
@@ -22,7 +22,7 @@
22
"sideEffects": false,
23
"type": "module",
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