mirror of
https://github.com/bower/bower.git
synced 2026-01-23 05:07:55 -05:00
Typos.
This commit is contained in:
@@ -31,8 +31,8 @@ function prune(names, config) {
|
||||
|
||||
// Uninstall them
|
||||
project.uninstall(names)
|
||||
.then(function (installed) {
|
||||
emitter.emit('end', installed);
|
||||
.then(function (removed) {
|
||||
emitter.emit('end', removed);
|
||||
})
|
||||
.fail(function (error) {
|
||||
emitter.emit('error', error);
|
||||
|
||||
@@ -22,8 +22,8 @@ function uninstall(names, options, config) {
|
||||
emitter = new EventEmitter();
|
||||
|
||||
project.uninstall(names, options)
|
||||
.then(function (installed) {
|
||||
emitter.emit('end', installed);
|
||||
.then(function (removed) {
|
||||
emitter.emit('end', removed);
|
||||
})
|
||||
.fail(function (error) {
|
||||
emitter.emit('error', error);
|
||||
|
||||
Reference in New Issue
Block a user