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.
2 parents 87babb9 + ca71437 commit 370a9e6Copy full SHA for 370a9e6
package.json
@@ -9,18 +9,10 @@
9
"umd:main": "dist/index.umd.js",
10
"exports": {
11
".": {
12
- "node": {
13
- "types": "./dist/index.d.ts",
14
- "module": "./dist/index.module.js",
15
- "require": "./dist/index.js",
16
- "import": "./dist/index.mjs"
17
- },
18
- "browser": {
19
20
- "import": "./dist/index.module.js",
21
- "require": "./dist/index.js"
22
23
- "default": "./dist/index.module.js"
+ "types": "./dist/index.d.ts",
+ "module": "./dist/index.module.js",
+ "import": "./dist/index.mjs",
+ "require": "./dist/index.js"
24
},
25
"./package.json": "./package.json"
26
0 commit comments