diff --git a/bin/options.js b/bin/options.js index 76e4fe6..a4e9adc 100644 --- a/bin/options.js +++ b/bin/options.js @@ -58,10 +58,7 @@ function addExtraOptions( config ) { } - const extraOptions = {}; - util.extend( extraOptions, config ); - util.extend( extraOptions, options ); - options = extraOptions; + options = util.processOptions( config, options ); }