rc-calendar
Advanced tools
Comparing version 3.1.2 to 3.2.0
/** @jsx React.DOM */ | ||
var React = require('react'); | ||
var ROW = 3; | ||
var COL = 4; | ||
var ROW = 4; | ||
var COL = 3; | ||
var cx = require('rc-util').classSet; | ||
@@ -76,6 +76,3 @@ | ||
className={prefixClsFn('decade')}> | ||
{startDecade} | ||
<br/> | ||
- | ||
<br/>{endDecade} | ||
{startDecade} - {endDecade} | ||
</a> | ||
@@ -82,0 +79,0 @@ </td>); |
{ | ||
"name": "rc-calendar", | ||
"version": "3.1.2", | ||
"version": "3.2.0", | ||
"description": "calendar ui component for react", | ||
@@ -35,6 +35,5 @@ "keywords": [ | ||
"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" | ||
}, | ||
@@ -41,0 +40,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
156368
64
3793
0