From bc826e95316522f6e0ecb86c14518ca15c2aaf37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Mon, 20 Aug 2018 11:47:37 +0200 Subject: [PATCH] Update rollup.config.js --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 012d456..31f4c16 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -19,7 +19,7 @@ export default { banner: ` /** * vue-meta v${pkg.version} - * (c) ${new Date().getFullYear()} Declan de Wet & Atinux + * (c) ${new Date().getFullYear()} Declan de Wet & Sébastien Chopin (@Atinux) * @license MIT */ `.replace(/ {4}/gm, '').trim()