File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ module.exports = {
33 plugin : {
44 options : {
55 position : 'top' ,
6- banner : '/*!\n' +
7- 'Plugin Name: <%= pkg.plugin.name %>\n' +
8- 'Version: <%= pkg.version %>\n' +
9- 'Author: <%= pkg.plugin.author %>\n' +
10- 'License: <%= pkg.plugin.license %>\n' +
11- '*/\n' ,
6+ banner : '/** !\n' +
7+ ' * Plugin Name: <%= pkg.plugin.name %>\n' +
8+ ' * Version: <%= pkg.version %>\n' +
9+ ' * Author: <%= pkg.plugin.author %>\n' +
10+ ' * License: <%= pkg.plugin.license %>\n' +
11+ ' */\n' ,
1212 linebreak : true
1313 } ,
1414 files : [
@@ -23,10 +23,10 @@ module.exports = {
2323 adminStyle : {
2424 options : {
2525 position : 'top' ,
26- banner : '/*!\n' +
27- '<%= pkg.plugin.name %> Admin Styles\n' +
28- 'Version: <%= pkg.version %>\n' +
29- '*/\n' ,
26+ banner : '/** !\n' +
27+ ' * <%= pkg.plugin.name %> Admin Styles\n' +
28+ ' * Version: <%= pkg.version %>\n' +
29+ ' */\n' ,
3030 linebreak : true
3131 } ,
3232 files : [
You can’t perform that action at this time.
0 commit comments