Skip to content

Commit

Permalink
chore: more support for conditional exports (#161)
Browse files Browse the repository at this point in the history
* chore: more support for conditional exports

* chore: address comments

* chore: address comments

* chore: remove comment
  • Loading branch information
jeluard authored Mar 25, 2024
1 parent f30cd5c commit a16b4df
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 @@ -8,7 +8,8 @@
"type": "module",
"exports": {
".": {
"import": "./lib/index.js"
"import": "./lib/index.js",
"browser": "./lib/herumi/web.js"
},
"./types": {
"import": "./lib/types.js"
Expand Down

0 comments on commit a16b4df

Please sign in to comment.