clean-css
Advanced tools
Comparing version 5.2.0 to 5.2.1
@@ -104,3 +104,6 @@ /** | ||
outputAsHash = Object.assign(outputAsHash, output); | ||
errors = errors.concat(innerErrors); | ||
if (innerErrors !== null) { | ||
errors = errors.concat(innerErrors); | ||
} | ||
} | ||
@@ -107,0 +110,0 @@ |
{ | ||
"name": "clean-css", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"author": "Jakub Pawlowicz <contact@jakubpawlowicz.com>", | ||
@@ -5,0 +5,0 @@ "description": "A well-tested CSS minifier", |
Sorry, the diff of this file is too big to display
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
483425
10349