Skip to content

Commit

Permalink
chore: edit banner2 content.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-x-f committed Dec 2, 2022
1 parent 1d9c562 commit fb88426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const rollupConfig = {
}),
banner2(
() =>
`/**\n * name: ${pkg.name}\n * version: v${pkg.version}\n * description: ${pkg.description}\n * author: ${pkg.author}\n * copyright: ${pkg.copyright}\n * license: ${pkg.license}\n */\n`
`/*!\n * name: ${pkg.name}\n * version: v${pkg.version}\n * description: ${pkg.description}\n * author: ${pkg.author}\n * copyright: ${pkg.copyright}\n * license: ${pkg.license}\n */\n`
),
replace({
values: {
Expand Down

0 comments on commit fb88426

Please sign in to comment.