Skip to content

Commit

Permalink
Fix broken browser file reference in primitives-core/package.json (#3228
Browse files Browse the repository at this point in the history
)
  • Loading branch information
daern91 committed Jul 28, 2024
1 parent c6f01a2 commit 49f7435
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/empty-sloths-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@emotion/primitives-core": patch
---

Remove incorrect `browser` field from `package.json`
3 changes: 0 additions & 3 deletions packages/primitives-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
"publishConfig": {
"access": "public"
},
"browser": {
"./dist/emotion-primitives-core.esm.js": "./dist/emotion-primitives-core.browser.esm.js"
},
"exports": {
".": {
"types": {
Expand Down

0 comments on commit 49f7435

Please sign in to comment.