UNPKG

update-banner

Version:

Update the banner comment in a string of javascript.

9 lines (8 loc) 179 B
module.exports = [ '/*!', ' * <%= name %> <<%= repository %>>', ' *', ' * <%= copyright %>', ' * Released under the <%= license %> License.', ' */\n\n', ].join('\n');