mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Compare commits
2 Commits
update-req
...
fix-resolu
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
51c9c9af6d | ||
|
|
9eaa7e8c7b |
@@ -825,7 +825,9 @@ Manager.prototype._electSuitable = function (name, semvers, nonSemvers) {
|
||||
});
|
||||
|
||||
// Save resolution
|
||||
this._storeResolution(picks[suitable]);
|
||||
if (this._config.argv.cooked.includes('--save')) {
|
||||
this._storeResolution(picks[suitable]);
|
||||
}
|
||||
|
||||
return Q.resolve(picks[suitable]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user