From 4300cf4fcc3a6af4b97d46d314d1ab7e94c76af5 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Sun, 7 Jan 2024 11:56:10 -0500 Subject: [PATCH] default to napi, its time --- bin.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin.js b/bin.js index 207a355..21a09d9 100755 --- a/bin.js +++ b/bin.js @@ -18,7 +18,10 @@ var argv = minimist(process.argv.slice(2), { electronCompat: 'electron-compat', cache: 'c' }, - boolean: ['quiet', 'strip', 'napi', 'debug', 'all', 'electron-compat'] + boolean: ['quiet', 'strip', 'napi', 'debug', 'all', 'electron-compat'], + default: { + napi: true + } }) argv.targets = [].concat(argv.target || [])