We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package.json
1 parent da5a45f commit 9dce8b5Copy full SHA for 9dce8b5
rollup.config.js
@@ -24,7 +24,7 @@ function getAuthors(pkg) {
24
const banner = `/*!
25
* ${pkg.name} v${pkg.version}
26
* (c) ${new Date().getFullYear()} ${getAuthors(pkg)}
27
- * @license MIT
+ * @license ${pkg.license}
28
*/`
29
30
// ensure TS checks only once for each build
0 commit comments