diff options
Diffstat (limited to '')
-rw-r--r-- | build/banner.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/banner.js b/build/banner.js index df82ff3..a022f1c 100644 --- a/build/banner.js +++ b/build/banner.js @@ -1,6 +1,7 @@ 'use strict' const pkg = require('../package.json') + const year = new Date().getFullYear() function getBanner(pluginFilename) { |