Skip to content

Commit

Permalink
Version 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Jun 18, 2016
1 parent dcba0dc commit 126f6e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/htmlminifier.js
@@ -1,5 +1,5 @@
/*!
* HTMLMinifier v2.1.4 (http://kangax.github.io/html-minifier/)
* HTMLMinifier v2.1.5 (http://kangax.github.io/html-minifier/)
* Copyright 2010-2016 Juriy "kangax" Zaytsev
* 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
Expand Up @@ -8,7 +8,7 @@
<body>
<div id="outer-wrapper">
<div id="wrapper">
<h1>HTML Minifier <span>(v2.1.4)</span></h1>
<h1>HTML Minifier <span>(v2.1.5)</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
@@ -1,7 +1,7 @@
{
"name": "html-minifier",
"description": "Highly configurable, well-tested, JavaScript-based HTML minifier.",
"version": "2.1.4",
"version": "2.1.5",
"keywords": [
"cli",
"compress",
Expand Down

0 comments on commit 126f6e0

Please sign in to comment.