Skip to content

Commit

Permalink
Fix test for the version of yosay in package.json (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipple authored and mischah committed Mar 22, 2017
1 parent 1c10afb commit 67cd96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('generator:app', () => {
dependencies: {
'yeoman-generator': '^1.0.0',
chalk: '^1.1.3',
yosay: '^1.2.1'
yosay: '^2.0.0'
},
devDependencies: {
'yeoman-test': '^1.6.0',
Expand Down

0 comments on commit 67cd96e

Please sign in to comment.