From 650cdf747661d13afe6dc2a74133f48f26b4d967 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Mon, 27 Apr 2020 08:51:53 +0200 Subject: [PATCH] fix --- lib/snippets/copyright/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/snippets/copyright/index.ts b/lib/snippets/copyright/index.ts index 11e1d4c..a18c8bd 100644 --- a/lib/snippets/copyright/index.ts +++ b/lib/snippets/copyright/index.ts @@ -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