Skip to content

Commit 5630834

Browse files
authored
Update package.json
1 parent 71e8b8c commit 5630834

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "react-switch-button",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"private": false,
55
"description": "A React UI Component to display an awesome Switch (swipe) Button control",
6-
"main": "dist/react-switch-button.js",
6+
"main": "dist/react-switch-button.min.js",
77
"author": "Giovambattista fazioli",
88
"license": "MIT",
99
"homepage": "http://gfazioli.github.io/react-switch-button/",
@@ -23,7 +23,7 @@
2323
"gulp": "^3.9.1",
2424
"react-component-gulp-tasks": "^0.7.7"
2525
},
26-
"browser": "dist/react-switch-button.js",
26+
"browser": "dist/react-switch-button.min.js",
2727
"browserify": {
2828
"transform": [
2929
"reactify"

0 commit comments

Comments
 (0)