Skip to content

Commit c49b9ea

Browse files
committed
fix: fix exports again
add browser prop back
1 parent ae9e8af commit c49b9ea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
"type": "module",
1010
"react-native": "./src/lib.react-native.js",
1111
"main": "./src/lib.cjs",
12-
"module": "./src/lib.mjs",
12+
"module": "./src/lib.js",
13+
"browser": "./src/lib.js",
1314
"types": "./src/lib.d.ts",
1415
"exports": {
1516
".": {
16-
"import": "./src/lib.mjs",
17+
"import": "./src/lib.js",
1718
"require": "./src/lib.cjs"
1819
}
1920
},

0 commit comments

Comments
 (0)