We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1375800 commit defa828Copy full SHA for defa828
lib/react-switch-button.js
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-switch-button",
3
- "version": "2.3.0",
+ "version": "2.3.1",
4
"private": false,
5
"description": "A React UI Component to display an awesome Switch (swipe) Button control",
6
"main": "dist/react-switch-button.min.js",
@@ -33,6 +33,15 @@
33
"react-dom": "~15.4.2",
34
"webpack-strip-blocks": "^1.0.0"
35
},
36
+ "browser": "src/react-switch-button.jsx",
37
+ "browserify": {
38
+ "transform": [
39
+ "babelify"
40
+ ]
41
+ },
42
+ "browserify-shim": {
43
+ "react": "global:React"
44
45
"keywords": [
46
"react",
47
"react-component"
0 commit comments