We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c41c9 commit a7ca509Copy full SHA for a7ca509
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 5.0.2
4
+
5
+- [browser] fix: Remove `browser` field from `package.json`
6
7
## 5.0.1
8
9
- [browser] fix: Add missing types
packages/browser/package.json
@@ -11,7 +11,6 @@
11
},
12
"main": "dist/index.js",
13
"module": "esm/index.js",
14
- "browser": "dist/index.js",
15
"types": "dist/index.d.ts",
16
"publishConfig": {
17
"access": "public"
0 commit comments