Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 1, 2017
1 parent b010701 commit 9da7391
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions lib/actions/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ user.git.email = () => {

/**
* Retrieves GitHub's username from the GitHub API
* @return {Promise} Resolved with the github username or rejected if unable to
* @return {Promise} Resolved with the GitHub username or rejected if unable to
* get the information
*/
user.github.username = () => {
return githubUsername(user.git.email());
};
user.github.username = () => githubUsername(user.git.email());
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"detect-conflict": "^1.0.0",
"error": "^7.0.2",
"find-up": "^2.1.0",
"github-username": "^3.0.0",
"github-username": "^4.0.0",
"istextorbinary": "^2.1.0",
"lodash": "^4.11.1",
"mem-fs-editor": "^3.0.0",
Expand Down Expand Up @@ -70,7 +70,7 @@
"mockery": "^2.0.0",
"nock": "^9.0.5",
"proxyquire": "^1.0.0",
"sinon": "^1.9.1",
"sinon": "^2.1.0",
"tui-jsdoc-template": "^1.0.4",
"xo": "^0.17.0",
"yeoman-assert": "^3.0.0",
Expand Down

0 comments on commit 9da7391

Please sign in to comment.