Skip to content

Commit

Permalink
Merge pull request #274 from zillow/fix/module-resolution
Browse files Browse the repository at this point in the history
fix: module resolution
  • Loading branch information
kris-ellery authored Sep 12, 2022
2 parents a7f88d3 + 2fbdec6 commit c07bf92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "react-slider",
"version": "2.0.3",
"description": "Slider component for React",
"main": "dist/cjs/prod/index.js",
"module": "dist/es/prod/index.mjs",
"main": "dist/cjs/index.js",
"exports": {
".": {
"development": {
Expand Down

0 comments on commit c07bf92

Please sign in to comment.