Open quaertym opened 9 years ago
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.
bower.json
package.json
prune
@stefanpenner what do think of this? can it have any unwanted side effects?
i think a warning is appropriate, and would be wonderful
Sometimes a dependency is removed from
bower.json
orpackage.json
and it stays installed on the developer machine. This addon can warn developer when that happens. In this case, developer can runprune
command or manifest that dependency.