We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207d16f commit b66610eCopy full SHA for b66610e
1 file changed
package.json
@@ -22,14 +22,14 @@
22
"node": ">=20"
23
},
24
"main": "./dist/index.cjs",
25
- "module": "./dist/index.mjs",
+ "module": "./dist/index.js",
26
"types": "./dist/index.d.ts",
27
"exports": {
28
".": {
29
30
- "import": "./dist/index.mjs",
+ "import": "./dist/index.js",
31
"require": "./dist/index.cjs",
32
- "default": "./dist/index.mjs"
+ "default": "./dist/index.js"
33
}
34
35
"files": [
0 commit comments