quaertym / ember-cli-dependency-checker

Ember CLI addon for checking missing node and bower dependencies before running ember commands
MIT License
40 stars 38 forks source link

switch the package managers name printed out when yarn.lock file is present #68

Closed samdemaeyer closed 7 years ago

samdemaeyer commented 7 years ago

Check if there is a yarn.lock file if so, print out Runyarnto install missing dependencies.

quaertym commented 7 years ago

👍 Thanks.