Skip to content

Commit

Permalink
v6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf committed Sep 2, 2021
1 parent 050c0f0 commit 18ab11a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/htmlminifier.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* HTMLMinifier v6.0.1 (https://terser.org/html-minifier-terser/)
* HTMLMinifier v6.0.2 (https://terser.org/html-minifier-terser/)
* Copyright 2010-2021 Juriy "kangax" Zaytsev, Daniel Ruf
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/htmlminifier.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<div id="outer-wrapper">
<div id="wrapper">
<h1>HTML Minifier <span>(v6.0.1)</span></h1>
<h1>HTML Minifier <span>(v6.0.2)</span></h1>
<textarea rows="8" cols="40" id="input"></textarea>
<div class="minify-button">
<button type="button" id="minify-btn">Minify</button>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "html-minifier-terser",
"description": "Highly configurable, well-tested, JavaScript-based HTML minifier.",
"version": "6.0.1",
"version": "6.0.2",
"keywords": [
"cli",
"compress",
Expand Down

0 comments on commit 18ab11a

Please sign in to comment.