Skip to content

Commit c8bc578

Browse files
authored
fix: move browser to top of exports
2 parents 52d7006 + 968f14b commit c8bc578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"types": "./src/lib.d.ts",
1515
"exports": {
1616
".": {
17+
"browser": "./src/lib.browser.js",
1718
"import": "./src/lib.js",
18-
"require": "./src/lib.cjs",
19-
"browser": "./src/lib.browser.js"
19+
"require": "./src/lib.cjs"
2020
}
2121
},
2222
"scripts": {

0 commit comments

Comments
 (0)