mirror of
https://github.com/bower/bower.git
synced 2026-02-12 15:05:05 -05:00
Print update notice.
This commit is contained in:
@@ -66,11 +66,13 @@ StandardRenderer.prototype.notification = function (notification) {
|
||||
}
|
||||
};
|
||||
|
||||
StandardRenderer.prototype.updateAvailable = function (update) {
|
||||
// TODO
|
||||
StandardRenderer.prototype.updateNotice = function (data) {
|
||||
template('std/update-notice.std', data)
|
||||
.then(function (str) {
|
||||
this._write(process.stderr, str);
|
||||
}.bind(this), this.error.bind(this));
|
||||
};
|
||||
|
||||
|
||||
// -------------------------
|
||||
|
||||
StandardRenderer.prototype._install = function (installed) {
|
||||
|
||||
Reference in New Issue
Block a user