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