File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1+ v1.3.0:
2+ date: 2016-04-10
3+ changes:
4+ - Updated to `html-minifier` 1.5.0.
15v1.2.0:
26 date: 2016-03-31
37 changes:
4- - Updated to `html-minifier` to 1.4.0.
8+ - Updated to `html-minifier` 1.4.0.
59v1.1.0:
610 date: 2016-03-18
711 changes:
Original file line number Diff line number Diff line change 1- # grunt-contrib-htmlmin v1.2 .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 v1.3 .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
@@ -60,7 +60,8 @@ grunt.registerTask('default', ['htmlmin']);
6060
6161## Release History
6262
63- * 2016-03-31 v1.2.0 Updated to ` html-minifier ` to 1.4.0.
63+ * 2016-04-10 v1.3.0 Updated to ` html-minifier ` 1.5.0.
64+ * 2016-03-31 v1.2.0 Updated to ` html-minifier ` 1.4.0.
6465 * 2016-03-18 v1.1.0 Updated to ` html-minifier ` 1.3.0.
6566 * 2016-03-04 v1.0.0 Updated to ` html-minifier ` 1.2.0. Point main to task. Drop peerDeps.
6667 * 2015-10-28 v0.6.0 Updated to ` html-minifier ` 1.0.0.
@@ -79,4 +80,4 @@ grunt.registerTask('default', ['htmlmin']);
7980
8081Task submitted by [ Sindre Sorhus] ( http://github.com/sindresorhus )
8182
82- * This file was generated on Thu Mar 31 2016 17: 14:37 .*
83+ * This file was generated on Sun Apr 10 2016 14:29:25 .*
Original file line number Diff line number Diff line change 11{
22 "name" : " grunt-contrib-htmlmin" ,
33 "description" : " Minify HTML" ,
4- "version" : " 1.2 .0" ,
4+ "version" : " 1.3 .0" ,
55 "author" : {
66 "name" : " Grunt Team" ,
77 "url" : " http://gruntjs.com/"
1717 },
1818 "dependencies" : {
1919 "chalk" : " ^1.0.0" ,
20- "html-minifier" : " ~1.4 .0" ,
20+ "html-minifier" : " ~1.5 .0" ,
2121 "pretty-bytes" : " ^3.0.1"
2222 },
2323 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments