Skip to content

Commit 023a0a8

Browse files
fix: remove @mysticatea from banner (#13)
1 parent 0a7d683 commit 023a0a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rollup.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ function config(ext) {
1818
file: `index${ext}`,
1919
format: ext === ".mjs" ? "es" : "cjs",
2020
sourcemap: true,
21-
banner: "/*! @author Toru Nagashima <https://github.com/mysticatea> */",
2221
},
2322
plugins: [sourcemaps()],
2423
external: Object.keys(packageInfo.dependencies),

0 commit comments

Comments
 (0)