fix
This commit is contained in:
parent
0edf59ba24
commit
650cdf7476
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user