author name

This commit is contained in:
antelle 2016-04-10 22:54:22 +03:00
parent 88b9661927
commit 9eb04dcd17
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ module.exports = function(grunt) {
},
plugins: [
new webpack.optimize.CommonsChunkPlugin('vendor', 'vendor.js'),
new webpack.BannerPlugin('keeweb v' + pkg.version + ', (c) 2015 ' + pkg.author +
new webpack.BannerPlugin('keeweb v' + pkg.version + ', (c) 2015 ' + pkg.author.name +
', opensource.org/licenses/' + pkg.license),
new webpack.optimize.OccurenceOrderPlugin(),
new webpack.ProvidePlugin({ _: 'underscore', $: 'jquery' }),