Skip to content

Commit

Permalink
Version 3.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Jul 13, 2018
1 parent 4d5283d commit 346f73d
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 37 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ How does HTMLMinifier compare to other solutions — [HTML Minifier from Will Pe

| Site | Original size *(KB)* | HTMLMinifier | minimize | Will Peavy | htmlcompressor.com |
| ---------------------------------------------------------------------------- |:--------------------:| ------------:| --------:| ----------:| ------------------:|
| [Google](https://www.google.com/) | 47 | **43** | 47 | 50 | 47 |
| [Twitter](https://twitter.com/) | 139 | **104** | 132 | 152 | 132 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 149 | **116** | 124 | 129 | 124 |
| [New York Times](https://www.nytimes.com/) | 225 | **154** | 175 | 170 | 158 |
| [Stack Overflow](https://stackoverflow.com/) | 253 | **196** | 206 | 215 | 204 |
| [Google](https://www.google.com/) | 46 | **42** | 46 | 48 | 46 |
| [Twitter](https://twitter.com/) | 143 | **107** | 136 | 157 | 136 |
| [HTMLMinifier](https://github.com/kangax/html-minifier) | 152 | **119** | 127 | 132 | 127 |
| [New York Times](https://www.nytimes.com/) | 223 | **152** | 173 | 168 | 156 |
| [Stack Overflow](https://stackoverflow.com/) | 258 | **201** | 211 | 220 | 208 |
| [Bootstrap CSS](https://getbootstrap.com/docs/3.3/css/) | 271 | **260** | 269 | 229 | 269 |
| [BBC](https://www.bbc.co.uk/) | 287 | **231** | 279 | 281 | 272 |
| [Amazon](https://www.amazon.co.uk/) | 438 | **378** | 424 | 436 | n/a |
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 484 | **451** | 468 | 484 | 467 |
| [NBC](https://www.nbc.com/) | 692 | **651** | 688 | 691 | n/a |
| [BBC](https://www.bbc.co.uk/) | 299 | **242** | 290 | 293 | 283 |
| [Amazon](https://www.amazon.co.uk/) | 398 | **342** | 385 | 397 | n/a |
| [Wikipedia](https://en.wikipedia.org/wiki/President_of_the_United_States) | 485 | **452** | 470 | 487 | 469 |
| [NBC](https://www.nbc.com/) | 679 | **639** | 675 | 678 | n/a |
| [Eloquent Javascript](https://eloquentjavascript.net/1st_edition/print.html) | 870 | **815** | 840 | 864 | n/a |
| [ES6 table](https://kangax.github.io/compat-table/es6/) | 5068 | **4320** | 4797 | n/a | n/a |
| [ES6 draft](https://tc39.github.io/ecma262/) | 6051 | **5431** | 5595 | n/a | n/a |
| [ES6 table](https://kangax.github.io/compat-table/es6/) | 5109 | **4353** | 4834 | n/a | n/a |
| [ES6 draft](https://tc39.github.io/ecma262/) | 6063 | **5443** | 5607 | n/a | n/a |

## Options Quick Reference

Expand Down
38 changes: 16 additions & 22 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.18)</span></h1>
<h1>HTML Minifier <span>(v3.5.19)</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.18",
"version": "3.5.19",
"keywords": [
"cli",
"compress",
Expand Down

1 comment on commit 346f73d

@XhmikosR
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alexlamsl: can you enable 2FA on npm for your account and all the packages you have rights? See https://blog.npmjs.org/post/175861857230/two-factor-authentication-protection-for-packages about the project option.

Please sign in to comment.