mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
banner fix
This commit is contained in:
@@ -8,7 +8,7 @@ function getBanner(pluginFilename) {
|
|||||||
* Tabler${pluginFilename ? ` ${pluginFilename}` : ''} v${pkg.version} (${pkg.homepage})
|
* Tabler${pluginFilename ? ` ${pluginFilename}` : ''} v${pkg.version} (${pkg.homepage})
|
||||||
* Copyright 2018-${year} ${pkg.author}
|
* Copyright 2018-${year} ${pkg.author}
|
||||||
* Licensed under ${pkg.license} (https://github.com/tabler/tabler/blob/master/LICENSE)
|
* Licensed under ${pkg.license} (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||||
*/\n\n`;
|
*/`;
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = getBanner;
|
module.exports = getBanner;
|
||||||
|
|||||||
Reference in New Issue
Block a user