mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Minor CS fixes.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user