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.
1 parent 06f08d6 commit 40fae5fCopy full SHA for 40fae5f
rollup.config.js
@@ -12,7 +12,7 @@ const pkg = JSON.parse(fs.readFileSync('./package.json'));
12
13
function resolveYear() {
14
// Extract copyrights from the LICENSE.
15
- const license = fs.readFileSync("./LICENSE", "utf-8").toString();
+ const license = fs.readFileSync('./LICENSE', 'utf-8').toString();
16
const matches = Array.from(license.matchAll(/\(c\) (\d+)/gm));
17
if (!matches || matches.length === 0) {
18
return 2021;
0 commit comments