Skip to content

Commit

Permalink
fix: Adds exports to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnuss committed May 20, 2024
1 parent 5745d10 commit ddfe9d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"type": "module",
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"types": "dist/index.d.ts",
"engines": {
"node": ">=0.14"
Expand Down

0 comments on commit ddfe9d4

Please sign in to comment.