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

Need index.js for addon to run #10

Closed brzpegasus closed 9 years ago

brzpegasus commented 9 years ago

This is a fix to #7. The addon won't run unless there is a index.js at the root level, despite the main script specified in package.json.

quaertym commented 9 years ago

@brzpegasus Thanks.