backstage-switch-button
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -116,3 +116,4 @@ 'use strict'; | ||
onChange: _react2.default.PropTypes.func, | ||
value: _react2.default.PropTypes.string | ||
value: _react2.default.PropTypes.string, | ||
style: _react2.default.PropTypes.object | ||
}; | ||
@@ -125,3 +126,4 @@ | ||
checked: null, | ||
onChange: function onChange() {} | ||
onChange: function onChange() {}, | ||
style: {} | ||
}; |
{ | ||
"name": "backstage-switch-button", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "backstage switch button", | ||
@@ -29,16 +29,16 @@ "main": "dist/switch-button.js", | ||
"babel-jest": "^14.1.0", | ||
"babel-loader": "^6.2.4", | ||
"babel-loader": "^6.2.5", | ||
"babel-preset-es2015": "^6.13.2", | ||
"babel-preset-react": "^6.11.1", | ||
"enzyme": "^2.4.1", | ||
"eslint": "^3.2.2", | ||
"eslint-config-airbnb": "^10.0.0", | ||
"eslint-plugin-import": "^1.12.0", | ||
"eslint": "^3.3.1", | ||
"eslint-config-airbnb": "^10.0.1", | ||
"eslint-plugin-import": "^1.14.0", | ||
"eslint-plugin-jsx-a11y": "^2.1.0", | ||
"eslint-plugin-react": "^6.0.0", | ||
"eslint-plugin-react": "^6.1.2", | ||
"jest": "^14.1.0", | ||
"jest-cli": "^14.1.0", | ||
"react": "^15.3.0", | ||
"react-addons-test-utils": "^15.3.0", | ||
"react-dom": "^15.3.0" | ||
"react": "^15.3.1", | ||
"react-addons-test-utils": "^15.3.1", | ||
"react-dom": "^15.3.1" | ||
}, | ||
@@ -45,0 +45,0 @@ "jest": { |
@@ -10,3 +10,3 @@ # backstage-switch-button | ||
```bash | ||
$ npm install backstage-switch-button --save | ||
$ npm install react-switch-button --save | ||
``` | ||
@@ -21,3 +21,3 @@ | ||
render(<SwitchButton/>, document.getElementById('container')); | ||
render(<SwitchButton />, document.getElementById('container')); | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8193
174