Skip to content

Commit

Permalink
try to fix #31
Browse files Browse the repository at this point in the history
  • Loading branch information
gfazioli committed Nov 6, 2017
1 parent 1375800 commit defa828
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 111 deletions.
110 changes: 0 additions & 110 deletions lib/react-switch-button.js

This file was deleted.

11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-switch-button",
"version": "2.3.0",
"version": "2.3.1",
"private": false,
"description": "A React UI Component to display an awesome Switch (swipe) Button control",
"main": "dist/react-switch-button.min.js",
Expand Down Expand Up @@ -33,6 +33,15 @@
"react-dom": "~15.4.2",
"webpack-strip-blocks": "^1.0.0"
},
"browser": "src/react-switch-button.jsx",
"browserify": {
"transform": [
"babelify"
]
},
"browserify-shim": {
"react": "global:React"
},
"keywords": [
"react",
"react-component"
Expand Down

0 comments on commit defa828

Please sign in to comment.