Skip to content

Commit

Permalink
Fixes replace not being available in mode regex (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucoceano authored and tszarzynski committed Mar 27, 2018
1 parent 277eadf commit aae1a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ program
.option(
"-m, --mode <mode>",
"output mode [dev|build|replace]",
/^(dev|build)$/i
/^(dev|build|replace)$/i
)
.action(function(file) {
if (program.skipCompile) {
Expand Down

0 comments on commit aae1a45

Please sign in to comment.