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 413de44 commit b473856Copy full SHA for b473856
package.json
@@ -27,15 +27,19 @@
27
"exports": {
28
".": {
29
"types": "./dist/index.d.ts",
30
- "import": "./browser/index.js",
31
- "node": "./dist/index.js",
+ "node": {
+ "import": "./browser/index.js",
32
+ "require": "./dist/index.js"
33
+ },
34
"default": "./browser/index.js"
35
},
36
"./package.json": "./package.json",
37
"./util": {
38
"types": "./dist/util.d.ts",
- "import": "./browser/dist/util.js",
- "node": "./dist/util.js",
39
40
+ "import": "./browser/dist/util.js",
41
+ "require": "./dist/util.js"
42
43
"default": "./browser/dist/util.js"
44
}
45
0 commit comments