From f8a38d0c80c6c7682f4e3deb006805d35d3093d7 Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Tue, 26 Sep 2023 14:33:53 -0400 Subject: [PATCH] Set current year in banner --- rollup.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.mjs b/rollup.config.mjs index 430c4d2..b8c4374 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -14,7 +14,7 @@ const banner = `/*! * * Source code available at: ${pkg.homepage} * - * (c) 2018-present ${pkg.author.name} (${pkg.author.url}) + * (c) 2018-${new Date().getFullYear()} ${pkg.author.name} (${pkg.author.url}) * * ${name} may be freely distributed under the ${pkg.license} license. */