Skip to content

Commit

Permalink
Fix: Export types in package.json (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qonstrukt committed Mar 1, 2024
1 parent 1b897c8 commit db2abc4
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 @@ -7,7 +7,8 @@
"types": "dist/types/index.d.ts",
"exports": {
"import": "./dist/esm/index.js",
"require": "./dist/index.umd.js"
"require": "./dist/index.umd.js",
"types": "./dist/types/index.d.ts"
},
"files": [
"src",
Expand Down

0 comments on commit db2abc4

Please sign in to comment.