Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "rc-switch", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "switch ui component for react", | ||
@@ -11,4 +11,4 @@ "keywords": [ | ||
], | ||
"main":"lib/index", | ||
"homepage": "http://github.com/react-component/switch", | ||
"author": "sliuqin@gmail.com", | ||
"repository": { | ||
@@ -27,2 +27,3 @@ "type": "git", | ||
"build": "rc-tools run build", | ||
"precommit": "rc-tools run precommit", | ||
"less": "rc-tools run less", | ||
@@ -32,8 +33,7 @@ "gh-pages": "rc-tools run gh-pages", | ||
"start": "node --harmony node_modules/.bin/rc-server", | ||
"publish": "spm publish && rc-tools run tag", | ||
"publish": "rc-tools run tag", | ||
"lint": "rc-tools run lint", | ||
"test": "", | ||
"saucelabs": "rc-tools run saucelabs", | ||
"browser-test": "rc-tools run browser-test", | ||
"browser-test-cover": "rc-tools run browser-test-cover" | ||
"saucelabs": "node --harmony node_modules/.bin/rc-tools run saucelabs", | ||
"browser-test": "node --harmony node_modules/.bin/rc-tools run browser-test", | ||
"browser-test-cover": "node --harmony node_modules/.bin/rc-tools run browser-test-cover" | ||
}, | ||
@@ -43,9 +43,8 @@ "devDependencies": { | ||
"precommit-hook": "^1.0.7", | ||
"rc-server": "^2.0.0", | ||
"rc-tools": "2.x", | ||
"rc-server": "3.x", | ||
"rc-tools": "3.x", | ||
"react": "^0.13.0" | ||
}, | ||
"precommit": [ | ||
"lint", | ||
"less" | ||
"precommit" | ||
], | ||
@@ -52,0 +51,0 @@ "dependencies": { |
@@ -13,6 +13,3 @@ # rc-switch | ||
[![npm download][download-image]][download-url] | ||
[![Sauce Test Status](https://saucelabs.com/buildstatus/rc-switch)](https://saucelabs.com/u/rc-switch) | ||
[![Sauce Test Status](https://saucelabs.com/browser-matrix/rc-switch.svg)](https://saucelabs.com/u/rc-switch) | ||
[npm-image]: http://img.shields.io/npm/v/rc-switch.svg?style=flat-square | ||
@@ -38,5 +35,3 @@ [npm-url]: http://npmjs.org/package/rc-switch | ||
### Keyboard | ||
## install | ||
@@ -69,2 +64,14 @@ | ||
<tr> | ||
<td>prefixCls</td> | ||
<td>String</td> | ||
<td>rc-switch</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td>className</td> | ||
<td>String</td> | ||
<td>''</td> | ||
<td>additional class name of root node</td> | ||
</tr> | ||
<tr> | ||
<td>checked</td> | ||
@@ -100,3 +107,3 @@ <td>boolean</td> | ||
online example: http://react-component.github.io/switch/build/examples/ | ||
online example: http://react-component.github.io/switch/examples/ | ||
@@ -103,0 +110,0 @@ ## Test Case |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
0
117
9220
6
185
1
1