From: Eduardo San Martin Morote Date: Wed, 28 Jun 2023 09:49:57 +0000 (+0200) Subject: build: fix banner X-Git-Tag: @pinia/testing@0.1.3~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f990f97b5ab26417d16f5e916b6d5f9a5c0758d7;p=thirdparty%2Fvuejs%2Fpinia.git build: fix banner --- diff --git a/rollup.config.mjs b/rollup.config.mjs index 3d5bf93d..6995565d 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -39,10 +39,10 @@ function getAuthors(pkg) { } const banner = `/*! - * ${pkg.name} v${pkg.version} - * (c) ${new Date().getFullYear()} ${getAuthors(pkg)} - * @license MIT - */` + * ${pkg.name} v${pkg.version} + * (c) ${new Date().getFullYear()} ${getAuthors(pkg)} + * @license MIT + */` // ensure TS checks only once for each build let hasTSChecked = false