hubotio / generator-hubot

Hubot generator for Yeoman
MIT License
156 stars 83 forks source link

remove broken yo peer dependency #57

Closed damienstanton closed 8 years ago

damienstanton commented 9 years ago

This corrects the error

UNMET PEER DEPENDENCY yo@>=1.0.0
npm WARN EPEERINVALID generator-hubot@0.3.1 requires a peer of yo@>=1.0.0 but none was installed.

when using npm 3.3.11 and node 4.2.1.

davidosomething commented 8 years ago

:+1: works on yo 1.6.0

technicalpickles commented 8 years ago

I was just noticing this. Thanks for fixing!