Skip to content

Commit

Permalink
default to napi, its time
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Jan 7, 2024
1 parent 7b6dcbd commit 4300cf4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 || [])
Expand Down

0 comments on commit 4300cf4

Please sign in to comment.