Skip to content

Commit

Permalink
Fix support for --file-path
Browse files Browse the repository at this point in the history
Closes GH-22.
  • Loading branch information
wooorm committed Jun 25, 2019
1 parent 03081cc commit daef413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ function options(flags, configuration) {
help: config.help,
version: config.version,
files: config._,
filePath: config.filePath,
watch: config.watch,
extensions: ext.length === 0 ? configuration.extensions : ext,
output: config.output,
Expand Down

0 comments on commit daef413

Please sign in to comment.