quaertym / ember-cli-dependency-checker

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

Also check shrinkwrap version against "_resolved" field. Fixes #76 #77

Closed kanongil closed 7 years ago

rwjblue commented 7 years ago

This definitely fixes the issue reported in #76, I am still curious what circumstances results in version being a semver valid string versus being a URL but I think this is good to land...