Skip to content

Commit

Permalink
fix #24
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanJPNM committed Nov 7, 2023
1 parent cf279b3 commit 48341c5
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 @@ -16,7 +16,8 @@
"exports": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"default": "./dist/index.mjs"
"default": "./dist/index.mjs",
"types": "./dist/types/index.d.ts"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit 48341c5

Please sign in to comment.