File tree 3 files changed +11
-6
lines changed
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.
1
5
v1.2.0:
2
6
date: 2016-03-31
3
7
changes:
4
- - Updated to `html-minifier` to 1.4.0.
8
+ - Updated to `html-minifier` 1.4.0.
5
9
v1.1.0:
6
10
date: 2016-03-18
7
11
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 )
2
2
3
3
> Minify HTML
4
4
@@ -60,7 +60,8 @@ grunt.registerTask('default', ['htmlmin']);
60
60
61
61
## Release History
62
62
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.
64
65
* 2016-03-18 v1.1.0 Updated to ` html-minifier ` 1.3.0.
65
66
* 2016-03-04 v1.0.0 Updated to ` html-minifier ` 1.2.0. Point main to task. Drop peerDeps.
66
67
* 2015-10-28 v0.6.0 Updated to ` html-minifier ` 1.0.0.
@@ -79,4 +80,4 @@ grunt.registerTask('default', ['htmlmin']);
79
80
80
81
Task submitted by [ Sindre Sorhus] ( http://github.com/sindresorhus )
81
82
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 1
1
{
2
2
"name" : " grunt-contrib-htmlmin" ,
3
3
"description" : " Minify HTML" ,
4
- "version" : " 1.2 .0" ,
4
+ "version" : " 1.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" : " ~1.4 .0" ,
20
+ "html-minifier" : " ~1.5 .0" ,
21
21
"pretty-bytes" : " ^3.0.1"
22
22
},
23
23
"devDependencies" : {
You can’t perform that action at this time.
2 commit comments
XhmikosR commentedon Apr 10, 2016
@vladikoff: please
npm publish
this; I already tagged it.vladikoff commentedon Apr 10, 2016
Thanks!