Skip to content

Commit

Permalink
fix: add package.json and root in exports map
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed May 23, 2024
1 parent 5602476 commit 0b7c1cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"dist"
],
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json",
"./danbooru": {
"types": "./lib/sources/danbooru/index.d.ts",
"default": "./lib/sources/danbooru/index.js"
Expand Down

0 comments on commit 0b7c1cb

Please sign in to comment.