minify-html-literals
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -5,2 +5,10 @@ # Change Log | ||
<a name="1.0.4"></a> | ||
## [1.0.4](https://github.com/asyncLiz/minify-html-literals/compare/v1.0.3...v1.0.4) (2018-09-19) | ||
### Bug Fixes | ||
- do not sort attributes or class names ([b72a5c4](https://github.com/asyncLiz/minify-html-literals/commit/b72a5c4)) | ||
<a name="1.0.3"></a> | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "minify-html-literals", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Minify HTML template literal strings", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -22,5 +22,2 @@ "use strict"; | ||
removeTagWhitespace: true, | ||
sortAttributes: true, | ||
sortClassName: true, | ||
trimCustomFragments: true, | ||
useShortDoctype: true | ||
@@ -27,0 +24,0 @@ }; |
@@ -68,5 +68,2 @@ import { Options, minify } from 'html-minifier'; | ||
removeTagWhitespace: true, | ||
sortAttributes: true, | ||
sortClassName: true, | ||
trimCustomFragments: true, | ||
useShortDoctype: true | ||
@@ -73,0 +70,0 @@ }; |
Sorry, the diff of this file is not supported yet
41917
779