Skip to content

Commit 7f77909

Browse files
committed
Fix plugin name
1 parent cc2dc7f commit 7f77909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/grunt/usebanner.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
options: {
55
position: 'top',
66
banner: '/*!\n' +
7-
'Plugin Name: <%= pkg.plugin.nameSpaced %>\n' +
7+
'Plugin Name: <%= pkg.plugin.name %>\n' +
88
'Version: <%= pkg.version %>\n' +
99
'Author: <%= pkg.plugin.author %>\n' +
1010
'License: <%= pkg.plugin.license %>\n' +
@@ -24,7 +24,7 @@ module.exports = {
2424
options: {
2525
position: 'top',
2626
banner: '/*!\n' +
27-
'<%= pkg.plugin.nameSpaced %> Admin Styles\n' +
27+
'<%= pkg.plugin.name %> Admin Styles\n' +
2828
'Version: <%= pkg.version %>\n' +
2929
'*/\n',
3030
linebreak: true

0 commit comments

Comments
 (0)