recharts-scale
Advanced tools
Comparing version 0.4.4 to 0.4.5
@@ -0,1 +1,7 @@ | ||
## 0.4.5 (Mar 25, 2021) | ||
### chore | ||
- fix: previous release | ||
## 0.4.4 (Mar 18, 2021) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "recharts-scale", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "Scale of Cartesian Coordinates", | ||
@@ -24,4 +24,4 @@ "main": "lib/index", | ||
"build-es6": "rimraf es6 && cross-env babel ./src -d es6", | ||
"build-umd": "cross-env NODE_ENV=development BABEL_ENV=commonjs webpack --entry ./src/index.js -o umd/RechartsScale.js", | ||
"build-min": "cross-env NODE_ENV=production BABEL_ENV=commonjs webpack --entry ./src/index.js -o umd/RechartsScale.min.js", | ||
"build-umd": "cross-env NODE_ENV=development BABEL_ENV=commonjs webpack --entry ./src/index.js -o umd", | ||
"build-min": "cross-env NODE_ENV=production BABEL_ENV=commonjs webpack --entry ./src/index.js -o umd", | ||
"test": "nyc ava --verbose", | ||
@@ -28,0 +28,0 @@ "autofix": "eslint src test --fix", |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
162004