File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ v5.0.0:
2
+ date: 2020-07-16
3
+ changes:
4
+ - Requires node 10+.
5
+ - Update dependencies.
1
6
v4.0.1:
2
7
date: 2019-03-21
3
8
changes:
Original file line number Diff line number Diff line change 1
- # grunt-contrib-uglify v4 .0.1 [ ![ Build Status] ( https://github.com/gruntjs/grunt-contrib-uglify/workflows/Tests/badge.svg )] ( https://github.com/gruntjs/grunt-contrib-uglify/actions?workflow=Tests )
1
+ # grunt-contrib-uglify v5 .0.0 [ ![ Build Status] ( https://github.com/gruntjs/grunt-contrib-uglify/workflows/Tests/badge.svg )] ( https://github.com/gruntjs/grunt-contrib-uglify/actions?workflow=Tests )
2
2
3
3
> Minify JavaScript files with UglifyJS
4
4
@@ -525,6 +525,7 @@ grunt.initConfig({
525
525
526
526
## Release History
527
527
528
+ * 2020-07-16 v5.0.0 Requires node 10+. Update dependencies.
528
529
* 2019-03-21 v4.0.1 Update uglify-js to v3.5.0. Update dependencies.
529
530
* 2018-08-26 v4.0.0 Update dependencies. Requires Node.js >= 6.
530
531
* 2018-07-29 v3.4.0 Update uglify-js to v3.4.0.
@@ -576,4 +577,4 @@ grunt.initConfig({
576
577
577
578
Task submitted by [ "Cowboy" Ben Alman] ( http://benalman.com )
578
579
579
- * This file was generated on Thu Jul 16 2020 09:53:59 .*
580
+ * This file was generated on Thu Jul 16 2020 10:08:35 .*
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grunt-contrib-uglify" ,
3
3
"description" : " Minify JavaScript files with UglifyJS" ,
4
- "version" : " 4 .0.1 " ,
4
+ "version" : " 5 .0.0 " ,
5
5
"author" : {
6
6
"name" : " Grunt Team" ,
7
7
"url" : " https://gruntjs.com/"
8
8
},
9
9
"repository" : " gruntjs/grunt-contrib-uglify" ,
10
10
"license" : " MIT" ,
11
11
"engines" : {
12
- "node" : " >=6 "
12
+ "node" : " >=10 "
13
13
},
14
14
"main" : " tasks/uglify.js" ,
15
15
"scripts" : {
You can’t perform that action at this time.
0 commit comments