File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ v2.3.0:
2
+ date: 2017-03-08
3
+ changes:
4
+ - Updated html-minifier to v3.4.0.
1
5
v2.2.0:
2
6
date: 2017-01-30
3
7
changes:
Original file line number Diff line number Diff line change 1
- # grunt-contrib-htmlmin v2.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 v2.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 )
2
2
3
3
> Minify HTML
4
4
@@ -91,6 +91,7 @@ grunt.registerTask('default', ['htmlmin']);
91
91
92
92
## Release History
93
93
94
+ * 2017-03-08 v2.3.0 Updated html-minifier to v3.4.0.
94
95
* 2017-01-30 v2.2.0 Updated html-minifier to v3.3.0.
95
96
* 2017-01-14 v2.1.0 Updated html-minifier to v3.2.3 and pretty-bytes to 4.0.2.
96
97
* 2016-07-19 v2.0.0 Updated html-minifier to v3.0.1. Note that Node.js < 4 isn't supported anymore.
@@ -116,4 +117,4 @@ grunt.registerTask('default', ['htmlmin']);
116
117
117
118
Task submitted by [ Sindre Sorhus] ( http://github.com/sindresorhus )
118
119
119
- * This file was generated on Mon Jan 30 2017 23:19:05 .*
120
+ * This file was generated on Wed Mar 08 2017 11:17:35 .*
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grunt-contrib-htmlmin" ,
3
3
"description" : " Minify HTML" ,
4
- "version" : " 2.2 .0" ,
4
+ "version" : " 2.3 .0" ,
5
5
"author" : {
6
6
"name" : " Grunt Team" ,
7
7
"url" : " http://gruntjs.com/"
17
17
},
18
18
"dependencies" : {
19
19
"chalk" : " ^1.0.0" ,
20
- "html-minifier" : " ~3.3 .0" ,
20
+ "html-minifier" : " ~3.4 .0" ,
21
21
"pretty-bytes" : " ^4.0.2"
22
22
},
23
23
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments