Skip to content

Commit dce5af5

Browse files
authored
Add "package.json" to exports (#165)
1 parent 5ba3ff3 commit dce5af5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"module": "./index.mjs",
2626
"browser": "./index.mjs",
2727
"exports": {
28+
"./package.json": "./package.json",
2829
".": {
2930
"browser": "./index.mjs",
3031
"import": "./index.mjs",

0 commit comments

Comments
 (0)