fix
This commit is contained in:
@ -36,7 +36,7 @@ export default class Copyright implements Snippet {
|
|||||||
this.fix_file_license.bind (this)
|
this.fix_file_license.bind (this)
|
||||||
);
|
);
|
||||||
|
|
||||||
modify_json ((json) => {
|
await modify_json ((json) => {
|
||||||
json.author = `${options.author} <${options.email}>`;
|
json.author = `${options.author} <${options.email}>`;
|
||||||
json.license = options.has_license
|
json.license = options.has_license
|
||||||
? options.license
|
? options.license
|
||||||
|
Reference in New Issue
Block a user