Skip to content

Commit

Permalink
chore: add ./package.json to exports (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma authored Aug 1, 2024
1 parent 474ac9f commit bfaa815
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 @@ -22,7 +22,8 @@
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit bfaa815

Please sign in to comment.