Skip to content

Commit

Permalink
Update yeoman-generator to the latest version 🚀 (#53)
Browse files Browse the repository at this point in the history
* fix(package): update yeoman-generator to version 3.0.0

* Update Travis CI installation script
  • Loading branch information
greenkeeper[bot] authored and daffl committed Aug 25, 2018
1 parent f65361e commit 9d1d6ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/generator-feathers-plugin/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: node_js
node_js:
- node
- '6'
install: npm install
notifications:
email: false
slack:
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-feathers-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
]
},
"dependencies": {
"yeoman-generator": "^2.0.0"
"yeoman-generator": "^3.0.0"
},
"devDependencies": {
"mocha": "^5.0.0",
Expand Down

0 comments on commit 9d1d6ef

Please sign in to comment.