This commit is contained in:
Timo Hocker 2020-04-27 08:51:53 +02:00
parent 0edf59ba24
commit 650cdf7476

View File

@ -36,7 +36,7 @@ export default class Copyright implements Snippet {
this.fix_file_license.bind (this)
);
modify_json ((json) => {
await modify_json ((json) => {
json.author = `${options.author} <${options.email}>`;
json.license = options.has_license
? options.license