aboutsummaryrefslogtreecommitdiff
path: root/build/banner.js
diff options
context:
space:
mode:
Diffstat (limited to 'build/banner.js')
-rw-r--r--build/banner.js2
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}