Skip to content

Commit

Permalink
fix(pkg): add ./package.json subpath
Browse files Browse the repository at this point in the history
resolves #206
  • Loading branch information
pi0 committed Jun 6, 2023
1 parent 4d5f928 commit 253707a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"sideEffects": false,
"type": "module",
"exports": {
"./package.json": "./package.json",
".": {
"browser": "./dist/index.mjs",
"bun": "./dist/index.mjs",
Expand Down

0 comments on commit 253707a

Please sign in to comment.