yeoman / generator-bootstrap

Yeoman generator for Bootstrap
http://yeoman.io
186 stars 40 forks source link

Add `yo` as peerDependency #19

Closed zenorocha closed 11 years ago

zenorocha commented 11 years ago

By adding yo as peer dependency, the user only has to npm install -g generator-bootstrap and is good to go.

I also added npm >= 1.2.10 as engine requirement which shows a non-fatal warning in case the user is using an earlier version of npm, which doesn't support peer dependencies yet.

/ref https://github.com/yeoman/generator/issues/305