File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1+ v2.1.0:
2+ date: 2017-01-14
3+ changes:
4+ - Updated html-minifier to v3.2.3 and pretty-bytes to 4.0.2.
15v2.0.0:
26 date: 2016-07-19
37 changes:
Original file line number Diff line number Diff line change 1- # grunt-contrib-htmlmin v2.0 .0 [ ![ Build Status: Linux] ( https://travis-ci.org/gruntjs/grunt-contrib-htmlmin.svg?branch=master )] ( https://travis-ci.org/gruntjs/grunt-contrib-htmlmin ) [ ![ Build Status: Windows] ( https://ci.appveyor.com/api/projects/status/sn73i2qggqeolnc2/branch/master?svg=true )] ( https://ci.appveyor.com/project/gruntjs/grunt-contrib-htmlmin/branch/master )
1+ # grunt-contrib-htmlmin v2.1 .0 [ ![ Build Status: Linux] ( https://travis-ci.org/gruntjs/grunt-contrib-htmlmin.svg?branch=master )] ( https://travis-ci.org/gruntjs/grunt-contrib-htmlmin ) [ ![ Build Status: Windows] ( https://ci.appveyor.com/api/projects/status/sn73i2qggqeolnc2/branch/master?svg=true )] ( https://ci.appveyor.com/project/gruntjs/grunt-contrib-htmlmin/branch/master )
22
33> Minify HTML
44
@@ -91,6 +91,7 @@ grunt.registerTask('default', ['htmlmin']);
9191
9292## Release History
9393
94+ * 2017-01-14 v2.1.0 Updated html-minifier to v3.2.3 and pretty-bytes to 4.0.2.
9495 * 2016-07-19 v2.0.0 Updated html-minifier to v3.0.1. Note that Node.js < 4 isn't supported anymore.
9596 * 2016-07-13 v1.5.0 Updated html-minifier to v2.1.7.
9697 * 2016-04-19 v1.4.0 Updated html-minifier to v2.0.0.
@@ -114,4 +115,4 @@ grunt.registerTask('default', ['htmlmin']);
114115
115116Task submitted by [ Sindre Sorhus] ( http://github.com/sindresorhus )
116117
117- * This file was generated on Sat Jan 14 2017 15:20:44 .*
118+ * This file was generated on Sat Jan 14 2017 15:24:24 .*
Original file line number Diff line number Diff line change 11{
22 "name" : " grunt-contrib-htmlmin" ,
33 "description" : " Minify HTML" ,
4- "version" : " 2.0 .0" ,
4+ "version" : " 2.1 .0" ,
55 "author" : {
66 "name" : " Grunt Team" ,
77 "url" : " http://gruntjs.com/"
1717 },
1818 "dependencies" : {
1919 "chalk" : " ^1.0.0" ,
20- "html-minifier" : " ~3.0.1 " ,
21- "pretty-bytes" : " ^3 .0.1 "
20+ "html-minifier" : " ~3.2.3 " ,
21+ "pretty-bytes" : " ^4 .0.2 "
2222 },
2323 "devDependencies" : {
2424 "grunt" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments