minify-html-literals
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -5,2 +5,10 @@ # Change Log | ||
<a name="1.0.5"></a> | ||
## [1.0.5](https://github.com/asyncLiz/minify-html-literals/compare/v1.0.4...v1.0.5) (2018-09-27) | ||
### Bug Fixes | ||
- update parse-literals to fix escaped character minifying ([93922c8](https://github.com/asyncLiz/minify-html-literals/commit/93922c8)) | ||
<a name="1.0.4"></a> | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "minify-html-literals", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Minify HTML template literal strings", | ||
@@ -62,3 +62,3 @@ "main": "index.js", | ||
"magic-string": "^0.25.0", | ||
"parse-literals": "^1.0.2" | ||
"parse-literals": "^1.0.3" | ||
}, | ||
@@ -65,0 +65,0 @@ "devDependencies": { |
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
42190
Updatedparse-literals@^1.0.3