yeoman / generator-mobile

Scaffold out a mobile project based on Web Starter Kit
http://yeoman.io
918 stars 99 forks source link

Add `yo` as peerDependency #7

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-mobile 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