Skip to content

Commit

Permalink
Version 3.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Mar 19, 2018
1 parent 68981b7 commit 1457840
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 18 deletions.
30 changes: 16 additions & 14 deletions dist/htmlminifier.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/htmlminifier.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<div id="outer-wrapper">
<div id="wrapper">
<h1>HTML Minifier <span>(v3.5.11)</span></h1>
<h1>HTML Minifier <span>(v3.5.12)</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.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "html-minifier",
"description": "Highly configurable, well-tested, JavaScript-based HTML minifier.",
"version": "3.5.11",
"version": "3.5.12",
"keywords": [
"cli",
"compress",
Expand Down

0 comments on commit 1457840

Please sign in to comment.