Skip to content

Commit

Permalink
Merge pull request #229 from Nosto/missing-types-entry
Browse files Browse the repository at this point in the history
Add missing types entry
  • Loading branch information
timowestnosto authored Dec 3, 2024
2 parents 3d703da + dd048e9 commit 180fb8f
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 @@ -63,7 +63,8 @@
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
"require": "./dist/index.umd.js",
"types": "./dist/index.d.ts"
}
},
"bugs": {
Expand Down

0 comments on commit 180fb8f

Please sign in to comment.