Skip to content

Commit

Permalink
fix: fixed a typing issue in the package json
Browse files Browse the repository at this point in the history
  • Loading branch information
meza committed Jul 19, 2023
1 parent 233af4a commit 9e7ad60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.cjs"
}
Expand Down

0 comments on commit 9e7ad60

Please sign in to comment.