From 5f5c62a51e1ef8d77d8db8c0da250372d50c618b Mon Sep 17 00:00:00 2001 From: harttle Date: Thu, 10 Jan 2019 13:29:14 +0800 Subject: [PATCH] fix banner link --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index d0a2948f7..5148bcffa 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -9,7 +9,7 @@ const fake = {fs: `export default {}`, path: `export default {}`} const version = process.env.VERSION || pkg.version const sourcemap = true const banner = `/* - * liquidjs@${version}, https://github.com/liquidjs + * liquidjs@${version}, https://github.com/harttle/liquidjs * (c) 2016-${new Date().getFullYear()} harttle * Released under the MIT License. */`