mirror of
https://github.com/bower/bower.git
synced 2026-02-19 02:04:26 -05:00
Fix minor issues when using the force flag.
This commit is contained in:
@@ -61,6 +61,9 @@ Project.prototype.install = function (endpoints) {
|
||||
// Mark jsons to be resolved if they are not installed
|
||||
// Even if they are installed, its semver must match
|
||||
// against the installed ones
|
||||
|
||||
// TODO: If the user deletes a deep dependency this won't work out
|
||||
// Find a better solution
|
||||
mout.object.forOwn(jsons, function (decEndpoint) {
|
||||
var local = locals[decEndpoint.name];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user