ember-cli-dependency-checker
ember-cli-dependency-checker copied to clipboard
Detect installed but not manifested dependencies
Sometimes a dependency is removed from bower.json or package.json and it stays installed on the developer machine. This addon can warn developer when that happens. In this case, developer can run prune command or manifest that dependency.
@stefanpenner what do think of this? can it have any unwanted side effects?
@stefanpenner what do think of this? can it have any unwanted side effects?
i think a warning is appropriate, and would be wonderful