rondale-sc / ember-cli-rails-addon

27 stars 37 forks source link

Don't warn for `ember-cli-dependency-checker` #29

Closed seanpdoyle closed 8 years ago

seanpdoyle commented 8 years ago

The ember-cli-dependency-checker addon is now bundled with new ember-cli applications.

Removing the check for it simplifies our code and decouples us from the effects of API changes or changing side effects.

rwjblue commented 8 years ago

:+1: