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 f554ca2 commit fb3180cCopy full SHA for fb3180c
blob/package.json
@@ -11,9 +11,9 @@
11
"main": "./dist/src/lib.node.cjs",
12
"exports": {
13
".": {
14
+ "browser": "./src/lib.js",
15
"require": "./dist/src/lib.node.cjs",
- "node": "./src/lib.node.js",
16
- "browser": "./src/lib.js"
+ "node": "./src/lib.node.js"
17
}
18
},
19
"types": "./dist/src/lib.d.ts",
file/package.json
@@ -16,9 +16,9 @@
20
21
22
23
24
0 commit comments