Skip to content

Commit

Permalink
added new export
Browse files Browse the repository at this point in the history
  • Loading branch information
Coguson committed Oct 24, 2024
1 parent cd22ad0 commit 9ea8b68
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 @@ -5,7 +5,8 @@
"exports": {
".": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
"require": "./dist/cjs/index.js",
"types": "./dist/types.d.ts"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 9ea8b68

Please sign in to comment.