mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
banner update
This commit is contained in:
@@ -12,7 +12,7 @@ const year = new Date().getFullYear()
|
|||||||
function getBanner(pluginFilename) {
|
function getBanner(pluginFilename) {
|
||||||
return `/*!
|
return `/*!
|
||||||
* Tabler${pluginFilename ? ` ${pluginFilename}` : ''} v${pkg.version} (${pkg.homepage})
|
* Tabler${pluginFilename ? ` ${pluginFilename}` : ''} v${pkg.version} (${pkg.homepage})
|
||||||
* Copyright 2011-${year} ${pkg.author}
|
* Copyright 2018-${year} ${pkg.author}
|
||||||
* Licensed under MIT (https://github.com/tabler/tabler/blob/main/LICENSE)
|
* Licensed under MIT (https://github.com/tabler/tabler/blob/main/LICENSE)
|
||||||
*/`
|
*/`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user