Skip to content

Commit

Permalink
fix: restore package.json#browser field
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Oct 27, 2024
1 parent 7d2547e commit ab54e81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
"./package.json": "./package.json"
},
"module": "./dist/esm/index.js",
"browser": {
"./dist/esm/index.js": "./dist/esm-browser/index.js",
"./dist/cjs/index.js": "./dist/cjs-browser/index.js"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
Expand Down

0 comments on commit ab54e81

Please sign in to comment.