Skip to content

Commit

Permalink
chore: add package.json to package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Sep 4, 2024
1 parent 040e487 commit 0b8f5fa
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 @@ -24,7 +24,8 @@
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
}
},
"./package.json": "./package.json"
},
"types": "dist/index.d.ts",
"typesVersions": {
Expand Down

0 comments on commit 0b8f5fa

Please sign in to comment.