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