aggregithub
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -15,2 +15,5 @@ #!/usr/bin/env node | ||
.alias('parallel', 'p') | ||
.describe('verbose', 'print helpful status messages to stderr') | ||
.boolean('verbose') | ||
.alias('verbose', 'v') | ||
.alias('h', 'help'), | ||
@@ -39,3 +42,3 @@ options = yargs.argv, | ||
var match; | ||
if (match = auth.match(/^(\w+):(.+)$/)) { | ||
if (match = auth && auth.match(/^(\w+):(.+)$/)) { | ||
auth = { | ||
@@ -42,0 +45,0 @@ username: match[1], |
{ | ||
"name": "aggregithub", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "aggregate github statistics", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
1537724
12374