Skip to content

Commit

Permalink
emable tree shaking, update npm tags
Browse files Browse the repository at this point in the history
  • Loading branch information
loucadufault committed Dec 13, 2021
1 parent 04099e8 commit 039837f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/src/
/test/
/.github/
.babelrc
.babelrc
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magnetic-slider",
"version": "1.0.3",
"version": "1.0.4",
"description": "A lightweight extension of @material-ui's Slider component complying to a super-set of its API spec, that enables the thumb to snap to nearby marks on the slider with configurable behaviour.",
"main": "lib/MagneticSlider.js",
"scripts": {
Expand All @@ -16,8 +16,17 @@
"slider",
"material-ui",
"mui",
"material-components",
"sliders",
"slider-range",
"slider-component"
"slider-component",
"slider-element",
"slider-plugin",
"slider-animation",
"slider-control",
"snappy",
"snapping",
"snapping-slider"
],
"author": "Louca Dufault",
"license": "ISC",
Expand All @@ -37,5 +46,7 @@
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0"
}
},
"private": false,
"sideEffects": false
}

0 comments on commit 039837f

Please sign in to comment.