diff --git a/lib/build.js b/lib/build.js index 696b8e591..ad71093b8 100644 --- a/lib/build.js +++ b/lib/build.js @@ -184,7 +184,7 @@ module.exports.run = function (options, optResolvedTarget) { } return { - paths: paths, + paths, buildType: opts.buildType }; }); diff --git a/lib/check_reqs.js b/lib/check_reqs.js index b3993123b..64d4b5ed3 100644 --- a/lib/check_reqs.js +++ b/lib/check_reqs.js @@ -327,7 +327,7 @@ const Requirement = function (id, name, version, installed) { this.name = name; this.installed = installed || false; this.metadata = { - version: version + version }; }; diff --git a/lib/prepare.js b/lib/prepare.js index e77f0a2b2..9469b0393 100644 --- a/lib/prepare.js +++ b/lib/prepare.js @@ -910,8 +910,8 @@ function prepareIcons (icons) { } return { - android_icons: android_icons, - default_icon: default_icon + android_icons, + default_icon }; }