File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,7 @@ module.exports = function(grunt) {
5353 options : {
5454 banner : "/*!\n * <%= pkg.title || pkg.name %> - v<%= pkg.version %> - " +
5555 "<%= grunt.template.today('yyyy-mm-dd') %>\n" +
56- " * <%= pkg.homepage %>\n" +
57- " * Copyright 2005, <%= grunt.template.today('yyyy') %> <%= pkg.author.name %>;" +
58- " Licensed <%= _.pluck(pkg.licenses, 'type').join(', ') %>\n */\n"
56+ " * Copyright <%= pkg.author.name %>\n */\n"
5957 } ,
6058 dist : {
6159 src : "<%= files %>" ,
@@ -90,7 +88,7 @@ module.exports = function(grunt) {
9088 }
9189 } ,
9290 options : {
93- banner : "/*! jQuery Migrate v<%= pkg.version %> | (c) 2005, <%= grunt.template.today('yyyy') %> <%= pkg.author.name %> | jquery.org/license */\n" ,
91+ banner : "/*! jQuery Migrate v<%= pkg.version %> | (c) <%= pkg.author.name %> | jquery.org/license */\n" ,
9492 beautify : {
9593 ascii_only : true
9694 }
Original file line number Diff line number Diff line change 55 "version" : " 1.2.2-pre" ,
66 "homepage" : " https://github.com/jquery/jquery-migrate" ,
77 "author" : {
8- "name" : " jQuery Foundation, Inc. and other contributors" ,
8+ "name" : " jQuery Foundation and other contributors" ,
99 "url" : " https://github.com/jquery/jquery-migrate/blob/master/AUTHORS.txt"
1010 },
1111 "repository" : {
You can’t perform that action at this time.
0 commit comments