Skip to content

Commit 253707a

Browse files
committed
fix(pkg): add ./package.json subpath
resolves #206
1 parent 4d5f928 commit 253707a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"sideEffects": false,
88
"type": "module",
99
"exports": {
10+
"./package.json": "./package.json",
1011
".": {
1112
"browser": "./dist/index.mjs",
1213
"bun": "./dist/index.mjs",

0 commit comments

Comments
 (0)