We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e8b8c commit 5630834Copy full SHA for 5630834
1 file changed
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "react-switch-button",
3
- "version": "2.0.2",
+ "version": "2.0.3",
4
"private": false,
5
"description": "A React UI Component to display an awesome Switch (swipe) Button control",
6
- "main": "dist/react-switch-button.js",
+ "main": "dist/react-switch-button.min.js",
7
"author": "Giovambattista fazioli",
8
"license": "MIT",
9
"homepage": "http://gfazioli.github.io/react-switch-button/",
@@ -23,7 +23,7 @@
23
"gulp": "^3.9.1",
24
"react-component-gulp-tasks": "^0.7.7"
25
},
26
- "browser": "dist/react-switch-button.js",
+ "browser": "dist/react-switch-button.min.js",
27
"browserify": {
28
"transform": [
29
"reactify"
0 commit comments