Skip to content

Commit

Permalink
update esbuild banner
Browse files Browse the repository at this point in the history
  • Loading branch information
mzusin committed Apr 29, 2023
1 parent 805a9ed commit fa8712b
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 34 deletions.
11 changes: 5 additions & 6 deletions dist/mz-svg.esm-node.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mz-svg.esm-node.js.map

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions dist/mz-svg.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mz-svg.esm.js.map

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions dist/mz-svg.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mz-svg.min.js.map

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions dist/mz-svg.node.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mz-svg.node.cjs.map

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions run/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ export const settings = {
outfile: './dist/mz-svg.min.js',
banner: {
js: `/*
mzSVG - the TypeScript-based library for manipulating and animating SVG.
Version: ${version}
Author: Miriam Zusin
Contact: [email protected]
Documentation: https://github.com/mzusin/mz-svg
Licensed GPLv3 for open source use, or Commercial License for commercial use - https://github.com/mzusin/index/blob/main/LICENSE.md
mzSVG v${ version }
TypeScript-based library for manipulating and animating SVG.
https://github.com/mzusin/mz-svg
Licensed GPLv3 for open source use, or Commercial License for commercial use - https://github.com/mzusin/index/blob/main/LICENSE.md
Copyright (c) 2023-present, Miriam Zusin
*/`,
},
};

0 comments on commit fa8712b

Please sign in to comment.