This commit is contained in:
André Cruz
2013-05-31 19:11:21 +01:00
parent 7fb326245e
commit 41486d44ee
7 changed files with 15 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ function uninstall(endpoints, options, config) {
emitter.emit('notification', notification);
});
emitter.name = 'uninstall';
emitter.command = 'uninstall';
return emitter;
}