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 09f29df commit d06290aCopy full SHA for d06290a
package.json
@@ -3,15 +3,15 @@
3
"private": false,
4
"version": "1.0.8",
5
"type": "module",
6
- "main": "dist/index.cjs",
7
- "module": "dist/index.js",
+ "main": "dist/index.cjs.js",
+ "module": "dist/index.mjs",
8
"types": "dist/index.d.ts",
9
"exports": {
10
".": {
11
"types": "./dist/index.d.ts",
12
- "import": "./dist/index.js",
13
- "require": "./dist/index.cjs",
14
- "default": "./dist/index.js"
+ "import": "./dist/index.mjs",
+ "require": "./dist/index.cjs.js",
+ "default": "./dist/index.mjs"
15
},
16
"./styles": "./dist/index.css",
17
"./package.json": "./package.json"
0 commit comments