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 || [])