Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
bump to latest yeoman-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 12, 2014
1 parent f2fd60b commit a4c9118
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 @@ -29,7 +29,7 @@
"dependencies": {
"chalk": "^0.5.1",
"cheerio": "^0.17.0",
"yeoman-generator": "0.17.1",
"yeoman-generator": "^0.17.2",
"yosay": "^0.3.0"
},
"devDependencies": {
Expand Down

4 comments on commit a4c9118

@sindresorhus
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SBoudrias any thoughts on why the tests broke when upgrading from 0.17.1 to 0.17.2?

https://travis-ci.org/yeoman/generator-webapp/builds/32349503

@eddiemonge
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the prompt didnt create a default

@sindresorhus
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eddiemonge Thanks for fixing. Though there should be an Inquirer error message for that.

@SBoudrias
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not Inquirer's fault, but our less than perfect replicate mockPrompt method.

Please sign in to comment.