minify-html-literals
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -5,2 +5,10 @@ # Change Log | ||
<a name="1.0.7"></a> | ||
## [1.0.7](https://github.com/asyncLiz/minify-html-literals/compare/v1.0.6...v1.0.7) (2018-10-05) | ||
### Bug Fixes | ||
- do not remove tag whitespace ([89f362a](https://github.com/asyncLiz/minify-html-literals/commit/89f362a)) | ||
<a name="1.0.6"></a> | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "minify-html-literals", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Minify HTML template literal strings", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,3 +20,2 @@ "use strict"; | ||
removeStyleLinkTypeAttributes: true, | ||
removeTagWhitespace: true, | ||
useShortDoctype: true | ||
@@ -23,0 +22,0 @@ }; |
@@ -66,3 +66,2 @@ import { Options, minify } from 'html-minifier'; | ||
removeStyleLinkTypeAttributes: true, | ||
removeTagWhitespace: true, | ||
useShortDoctype: true | ||
@@ -69,0 +68,0 @@ }; |
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
42535
775