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.
16v4.0.1:
27 date: 2019-03-21
38 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 )
22
33> Minify JavaScript files with UglifyJS
44
@@ -525,6 +525,7 @@ grunt.initConfig({
525525
526526## Release History
527527
528+ * 2020-07-16 v5.0.0 Requires node 10+. Update dependencies.
528529 * 2019-03-21 v4.0.1 Update uglify-js to v3.5.0. Update dependencies.
529530 * 2018-08-26 v4.0.0 Update dependencies. Requires Node.js >= 6.
530531 * 2018-07-29 v3.4.0 Update uglify-js to v3.4.0.
@@ -576,4 +577,4 @@ grunt.initConfig({
576577
577578Task submitted by [ "Cowboy" Ben Alman] ( http://benalman.com )
578579
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 11{
22 "name" : " grunt-contrib-uglify" ,
33 "description" : " Minify JavaScript files with UglifyJS" ,
4- "version" : " 4 .0.1 " ,
4+ "version" : " 5 .0.0 " ,
55 "author" : {
66 "name" : " Grunt Team" ,
77 "url" : " https://gruntjs.com/"
88 },
99 "repository" : " gruntjs/grunt-contrib-uglify" ,
1010 "license" : " MIT" ,
1111 "engines" : {
12- "node" : " >=6 "
12+ "node" : " >=10 "
1313 },
1414 "main" : " tasks/uglify.js" ,
1515 "scripts" : {
You can’t perform that action at this time.
0 commit comments