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