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

Add an ENV variable to allow opting out. #25

Closed rwjblue closed 9 years ago

rwjblue commented 9 years ago

When testing a new version of a dependency, I often resort to removing the dependency checker from the package.json temporarily.

This PR allows opting out via an explicit environment variable to make testing updated dependencies easier.

SKIP_DEPENDENCY_CHECKER=true ember s
quaertym commented 9 years ago

:+1: