Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gfazioli authored Dec 30, 2016
1 parent 71e8b8c commit 5630834
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "react-switch-button",
"version": "2.0.2",
"version": "2.0.3",
"private": false,
"description": "A React UI Component to display an awesome Switch (swipe) Button control",
"main": "dist/react-switch-button.js",
"main": "dist/react-switch-button.min.js",
"author": "Giovambattista fazioli",
"license": "MIT",
"homepage": "http://gfazioli.github.io/react-switch-button/",
Expand All @@ -23,7 +23,7 @@
"gulp": "^3.9.1",
"react-component-gulp-tasks": "^0.7.7"
},
"browser": "dist/react-switch-button.js",
"browser": "dist/react-switch-button.min.js",
"browserify": {
"transform": [
"reactify"
Expand Down

0 comments on commit 5630834

Please sign in to comment.