Minor CS fixes.

This commit is contained in:
André Cruz
2013-05-24 23:03:19 +01:00
parent 784d458e62
commit 01d8d0dbec
16 changed files with 55 additions and 52 deletions

View File

@@ -14,11 +14,10 @@ var options;
var command;
var renderer;
var levels;
var notifier = updateNotifier({ packageName: pkg.name, packageVersion: pkg.version });
process.title = 'bower';
var notifier = updateNotifier({ packageName: pkg.name, packageVersion: pkg.version });
// Read CLI options
options = cli.readOptions(process.argv, {
version: { type: Boolean, shorthand: 'v' }
@@ -80,8 +79,8 @@ command.line(process.argv)
});
if (notifier.update) {
// This single line is inadequate. Make it more like it is in master. I
// haven't done that until we have templating sorted.
// TODO: This single line is inadequate. Make it more like it is in master.
// I haven't done that until we have templating sorted.
renderer.data({
level: 'warn',
tag: 'update available',