Skip to content

Commit

Permalink
fix: Package doesn't reveal exports
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWrexes committed Jun 13, 2023
1 parent 5c6ecba commit 817f1da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
"url": "https://github.com/BHC-IT/stronk-types/issues"
},
"type": "module",
"exports": "./types/index.d.ts",
"exports": [
"./types/index.d.ts"
],
"types": "./types/index.d.ts",
"directories": {
"test": "tests"
},
Expand Down

0 comments on commit 817f1da

Please sign in to comment.