We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36983af commit 0bfb34dCopy full SHA for 0bfb34d
Gruntfile.js
@@ -76,7 +76,7 @@ grunt.initConfig( {
76
"<%= grunt.template.today('m/d/yyyy') %>\n" +
77
" * <%= pkg.homepage %>\n" +
78
" * Copyright (c) <%= grunt.template.today('yyyy') %> <%= pkg.author.name %>;" +
79
- " Licensed <%= _.pluck(pkg.licenses, 'type').join(', ') %> */\n"
+ " Licensed <%= _.map(pkg.licenses, 'type').join(', ') %> */\n"
80
},
81
dist: {
82
files: {
0 commit comments