Skip to content

Commit bbf42f8

Browse files
authored
fix: Browser import (#1006)
1 parent 0ad50ff commit bbf42f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ coverage
66
CHANGELOG.md
77
website
88
*-lock.*
9+
jsr.json

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"index.js",
6767
"browser.js",
6868
"dist/index.*",
69+
"dist/browser.*",
6970
"!**/*.test.*",
7071
"!**/*.map"
7172
],

0 commit comments

Comments
 (0)