diff options
Diffstat (limited to 'build/banner.js')
| -rw-r--r-- | build/banner.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/build/banner.js b/build/banner.js deleted file mode 100644 index df82ff32e..000000000 --- a/build/banner.js +++ /dev/null @@ -1,14 +0,0 @@ -'use strict' - -const pkg = require('../package.json') -const year = new Date().getFullYear() - -function getBanner(pluginFilename) { - return `/*! - * Bootstrap${pluginFilename ? ` ${pluginFilename}` : ''} v${pkg.version} (${pkg.homepage}) - * Copyright 2011-${year} ${pkg.author} - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */` -} - -module.exports = getBanner |
