Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit cc8051a

Browse files
fix: banner
1 parent 1cd68f9 commit cc8051a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/gutenberg.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const webpack = require('webpack');
66
const pkg = require('./package');
77
const path = require('path');
88

9-
const banner = `${pkg.name}-gutenberg ${pkg.version}\nCopyright (c) ${new Date().getFullYear()} ${pkg.author}\nLicense: ${pkg.license}`;
9+
const banner = `${pkg.name}-gutenberg ${pkg.version}\nCopyright (c) ${new Date().getFullYear()} ${pkg.author.name}\nLicense: ${pkg.license}`;
1010
const externals = {
1111
'@wordpress/block-editor': 'window.wp.blockEditor',
1212
'@wordpress/components': 'window.wp.components',

0 commit comments

Comments
 (0)