Skip to content

Commit da616f5

Browse files
committed
Swap pluck with map because of lodash change in usebanner template
1 parent f323595 commit da616f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = function (grunt) {
88
'<%= grunt.template.today("yyyy-mm-dd") %>\n' +
99
'<%= pkg.homepage ? "* " + pkg.homepage + "\\n" : "" %>' +
1010
'* Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author.name %>;' +
11-
' Licensed <%= _.pluck(pkg.licenses, "type").join(", ") %> */\n',
11+
' Licensed <%= _.map(pkg.licenses, "type").join(", ") %> */\n',
1212
// Task configuration.
1313
clean : {
1414
files: ['dist']

0 commit comments

Comments
 (0)