Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nak2k committed Feb 22, 2016
1 parent 22a48ef commit ed82fe1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
10 changes: 2 additions & 8 deletions index.js
@@ -1,7 +1,7 @@
/*
* The MIT License
*
* Copyright 2014-2014 Kengo Nakatsuka <kengo.nakatsuka@gmail.com>
* Copyright 2014-2016 Kengo Nakatsuka <kengo.nakatsuka@gmail.com>
*
*/
var Github = require('github-api');
Expand All @@ -21,15 +21,9 @@ var yargs = require('yargs')
u: 'user',
})
.describe({
help: 'Show help',
user: '',
})
.check(function(argv) {
if (argv.help) {
yargs.showHelp();
process.exit(0);
}
});
.help();

module.exports = function() {
var argv = yargs.argv;
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -22,10 +22,10 @@
},
"homepage": "https://github.com/nak2k/node-git-hubsearch",
"dependencies": {
"chalk": "^0.4.0",
"columnify": "^0.1.2",
"debug": "^0.8.0",
"github-api": "^0.7.0",
"yargs": "^1.2.1"
"chalk": "^1.1.1",
"columnify": "^1.5.4",
"debug": "^2.2.0",
"github-api": "^0.10.7",
"yargs": "^4.1.0"
}
}

0 comments on commit ed82fe1

Please sign in to comment.