diff options
| author | XhmikosR <[email protected]> | 2021-09-11 21:56:28 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-09-28 19:09:04 +0300 |
| commit | a74f33c40649711293a009ada8b7c21330a999a5 (patch) | |
| tree | bc0135f3bcfd45ed9a0a140038cd077e8e3c2317 /build/banner.js | |
| parent | a82d31f4329c4dd8fabf258d807917dfed4dcca1 (diff) | |
| download | bootstrap-main-xmr-js-wip.tar.xz bootstrap-main-xmr-js-wip.zip | |
Prefer using function expressionsmain-xmr-js-wip
Diffstat (limited to 'build/banner.js')
| -rw-r--r-- | build/banner.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/banner.js b/build/banner.js index df82ff32e..c591cc1ad 100644 --- a/build/banner.js +++ b/build/banner.js @@ -3,7 +3,7 @@ const pkg = require('../package.json') const year = new Date().getFullYear() -function getBanner(pluginFilename) { +const getBanner = pluginFilename => { return `/*! * Bootstrap${pluginFilename ? ` ${pluginFilename}` : ''} v${pkg.version} (${pkg.homepage}) * Copyright 2011-${year} ${pkg.author} |
