@node-minify/html-minifier
Advanced tools
Comparing version 5.0.0 to 5.1.0
@@ -57,7 +57,9 @@ "use strict"; | ||
_utils.utils.writeFile({ | ||
file: settings.output, | ||
content: contentMinified, | ||
index | ||
}); | ||
if (!settings.content) { | ||
_utils.utils.writeFile({ | ||
file: settings.output, | ||
content: contentMinified, | ||
index | ||
}); | ||
} | ||
@@ -64,0 +66,0 @@ if (callback) { |
{ | ||
"name": "@node-minify/html-minifier", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "html-minifier plugin for @node-minify", | ||
@@ -36,6 +36,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@node-minify/utils": "^5.0.0", | ||
"@node-minify/utils": "^5.1.0", | ||
"html-minifier": "4.0.0" | ||
}, | ||
"gitHead": "2655e814697ddbce46dd57e945e2a8ddfb14b151" | ||
"gitHead": "bfb1832dae961da38c06f118c6e30eae52e46c56" | ||
} |
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
5292
63
Updated@node-minify/utils@^5.1.0