Skip to content

Commit a7ca509

Browse files
committed
fix: Remove browser from package.json
1 parent 94c41c9 commit a7ca509

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 5.0.2
4+
5+
- [browser] fix: Remove `browser` field from `package.json`
6+
37
## 5.0.1
48

59
- [browser] fix: Add missing types

packages/browser/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
},
1212
"main": "dist/index.js",
1313
"module": "esm/index.js",
14-
"browser": "dist/index.js",
1514
"types": "dist/index.d.ts",
1615
"publishConfig": {
1716
"access": "public"

0 commit comments

Comments
 (0)