1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

banner fix

This commit is contained in:
codecalm
2019-09-09 10:25:05 +02:00
parent 53de365d6f
commit d8503db952

View File

@@ -8,7 +8,7 @@ function getBanner(pluginFilename) {
* Tabler${pluginFilename ? ` ${pluginFilename}` : ''} v${pkg.version} (${pkg.homepage})
* Copyright 2018-${year} ${pkg.author}
* Licensed under ${pkg.license} (https://github.com/tabler/tabler/blob/master/LICENSE)
*/\n\n`;
*/`;
}
module.exports = getBanner;