Skip to content

Commit

Permalink
Merge pull request #4 from ericsakmar/exports-types
Browse files Browse the repository at this point in the history
Exports Types
  • Loading branch information
mzusin committed Nov 10, 2023
2 parents 4f28d8b + 283f30b commit c952bbd
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 @@
"main": "./dist/mz-react-round-slider.min.js",
"exports": {
"import": "./dist/mz-react-round-slider.esm.js",
"default": "./dist/mz-react-round-slider.min.js"
"default": "./dist/mz-react-round-slider.min.js",
"types": "./dist/index.d.ts"
},
"scripts": {
"build:all": "npm run browser:build & npm run esm:build & npm run example:build",
Expand Down

0 comments on commit c952bbd

Please sign in to comment.