From 5b88165340b99ce8036d29c421bffa00cca7a273 Mon Sep 17 00:00:00 2001 From: aminya Date: Mon, 19 Oct 2020 22:56:01 -0500 Subject: [PATCH] lint --- index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.js b/index.js index 82310ac..625faf9 100644 --- a/index.js +++ b/index.js @@ -293,9 +293,7 @@ function resolveTargets (targets, all, napi, electronCompat) { if (electronCompat) { targets.push(...abi.supportedTargets.filter(onlyNapiElectron)) } - } - // TODO: also support --lts and get versions from travis - else if (all) { + } else if (all) { // TODO: also support --lts and get versions from travis targets = abi.supportedTargets }