Skip to content

Commit

Permalink
chore: pkg name
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickshan committed Jul 19, 2024
1 parent 26ff63c commit 1100f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import json from '@rollup/plugin-json';
const pkg = require('./package.json');

const banner = `/*!
* ${pkg.title} ${pkg.version} <${pkg.homepage}>
* ${pkg.name} ${pkg.version} <${pkg.homepage}>
* Copyright (c) ${(new Date()).getFullYear()} ${pkg.author.name} <${pkg.author.url}>
* Released under ${pkg.license} License
*/`;
Expand Down

0 comments on commit 1100f39

Please sign in to comment.