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