Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix booleans in config file #12

Closed
wants to merge 1 commit into from

Conversation

georgiyordanov
Copy link
Contributor

Due to yargs/yargs#223, using booleans (like replace: true) 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.

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
@watilde
Copy link
Member

watilde commented Apr 14, 2016

Thanks for the patch! This should be fine.
Well, we can use something automation tool to manage deps update like https://greenkeeper.io/. I will create an issue for it.

@watilde watilde mentioned this pull request Apr 14, 2016
@watilde
Copy link
Member

watilde commented Apr 23, 2016

Merging this as 9f02927. Thanks!

@watilde watilde closed this Apr 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants