From d32bd18a599545d59410d9faede07c84f6646df9 Mon Sep 17 00:00:00 2001 From: Demetris Manikas Date: Sat, 27 Feb 2016 11:12:02 +0200 Subject: [PATCH] Fixed typo --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 391a2e5..06d800f 100644 --- a/src/index.js +++ b/src/index.js @@ -105,7 +105,7 @@ export async function createWindowsInstaller(options) { if (typeof(metadata.author) === 'string') { metadata.authors = metadata.author; } else { - metadata.authors = (metadata.authors || {}).name || ''; + metadata.authors = (metadata.author || {}).name || ''; } }