We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78af84 commit d0aafa4Copy full SHA for d0aafa4
package.json
@@ -6,12 +6,12 @@
6
"private": false,
7
"type": "module",
8
"main": "./dist/index.cjs",
9
- "module": "./dist/index.mjs",
+ "module": "./dist/index.js",
10
"types": "./dist/index.d.ts",
11
"exports": {
12
".": {
13
14
- "import": "./dist/index.mjs",
+ "import": "./dist/index.js",
15
"require": "./dist/index.cjs"
16
},
17
"./package.json": "./package.json"
0 commit comments