Skip to content

Commit

Permalink
fix: Remove browser from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Apr 1, 2019
1 parent 94c41c9 commit a7ca509
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.0.2

- [browser] fix: Remove `browser` field from `package.json`

## 5.0.1

- [browser] fix: Add missing types
Expand Down
1 change: 0 additions & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
},
"main": "dist/index.js",
"module": "esm/index.js",
"browser": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit a7ca509

Please sign in to comment.