Skip to content

Commit

Permalink
Fix booleans in config file
Browse files Browse the repository at this point in the history
Due to yargs/yargs#223, using booleans in the
config file doesn't work if `npm install` picks up a version of yargs
lower than 3.18.1, so bump yargs to 3.32.0
  • Loading branch information
georgiyordanov authored and watilde committed Apr 14, 2016
1 parent 9bc847e commit 9f02927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"postcss": "^5.0.0",
"read-file-stdin": "^0.2.0",
"resolve": "^1.1.6",
"yargs": "^3.8.0"
"yargs": "^3.32.0"
},
"optionalDependencies": {
"chokidar": "^1.0.3"
Expand Down

0 comments on commit 9f02927

Please sign in to comment.