Skip to content

Commit

Permalink
Lift yeoman-generator from rc to 1.0.0 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
mischah authored and SBoudrias committed Dec 17, 2016
1 parent 640bdc5 commit 27dea14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"lodash": "^4.17.2",
"mkdirp": "^0.5.1",
"superb": "^1.3.0",
"yeoman-generator": "^1.0.0-rc1",
"yeoman-generator": "^1.0.0",
"yosay": "^1.2.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('generator:app', () => {
assert.JSONFileContent('package.json', {
name: 'generator-temp',
dependencies: {
'yeoman-generator': '^1.0.0-rc1',
'yeoman-generator': '^1.0.0',
chalk: '^1.1.3',
yosay: '^1.2.1'
},
Expand Down

0 comments on commit 27dea14

Please sign in to comment.