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

Use init instead of a bare constructor #36

Closed mixonic closed 9 years ago

mixonic commented 9 years ago

Ember-CLI 0.2.4 expects some properties to be on addon objects, and dislike the bare constructor we used before.

This addresses a bug ember-cli-dependency-checker causes with ember install on Ember-CLI 0.2.4.

mixonic commented 9 years ago

This is fairly time-sensitive, and will require a 1.0.1 release @quaertym

abuiles commented 9 years ago

@mixonic thanks! will be releasing soon ember-cli with ^1.0.0 in the dependency for this, in theory as soon as this get out people will be able to get the latest version. cc @quaertym

quaertym commented 9 years ago

Thanks for fixing this.

quaertym commented 9 years ago

Released 1.0.1 https://github.com/quaertym/ember-cli-dependency-checker/releases/tag/v1.0.1

mixonic commented 9 years ago

:clap: gracias