mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
@@ -192,6 +192,9 @@ Project.prototype.update = function (names, options) {
|
||||
.then(function () {
|
||||
return that._manager.preinstall(that._json);
|
||||
})
|
||||
.then(function () {
|
||||
return that._manager.install(that._json);
|
||||
})
|
||||
.then(function (installed) {
|
||||
// Save JSON, might contain changes to resolutions
|
||||
return that.saveJson()
|
||||
|
||||
Reference in New Issue
Block a user