Skip to content

Commit

Permalink
Merge pull request #238 from devrnt/chore/add-browser-export-entry
Browse files Browse the repository at this point in the history
chore: add browser entry in exports
  • Loading branch information
devrnt authored May 3, 2021
2 parents 743e8e9 + 85440db commit 2e0dd81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/react-use-intercom.esm.js"
"import": "./dist/react-use-intercom.esm.js",
"browser": "./dist/react-use-intercom.esm.js"
}
},
"keywords": [
Expand Down

0 comments on commit 2e0dd81

Please sign in to comment.