Skip to content

Commit 0d114ef

Browse files
authored
[pkg] Add browser condition (#2118)
Fixes #2117
1 parent 2862c2f commit 0d114ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"main": "index.js",
1919
"exports": {
2020
".": {
21+
"browser": "./browser.js",
2122
"import": "./wrapper.mjs",
2223
"require": "./index.js"
2324
},

0 commit comments

Comments
 (0)