recharts-scale
Advanced tools
Comparing version 0.1.3-beta to 0.1.4-beta
@@ -0,1 +1,5 @@ | ||
0.1.4-beta / 2015-12-25 | ||
================== | ||
* fix: fix bug of babel-6 export | ||
0.1.3-beta / 2015-12-25 | ||
@@ -2,0 +6,0 @@ ================== |
import getTickValues from './src/getTickValues'; | ||
import getNiceTickValues from './src/getNiceTickValues'; | ||
export default { | ||
export { | ||
getTickValues, | ||
getNiceTickValues, | ||
}; |
{ | ||
"name": "recharts-scale", | ||
"version": "0.1.3-beta", | ||
"version": "0.1.4-beta", | ||
"description": "Scale of Cartesian Coordinates", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
12985