File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,9 +56,7 @@ user.git.email = () => {
5656
5757/**
5858 * Retrieves GitHub's username from the GitHub API
59- * @return {Promise } Resolved with the github username or rejected if unable to
59+ * @return {Promise } Resolved with the GitHub username or rejected if unable to
6060 * get the information
6161 */
62- user . github . username = ( ) => {
63- return githubUsername ( user . git . email ( ) ) ;
64- } ;
62+ user . github . username = ( ) => githubUsername ( user . git . email ( ) ) ;
Original file line number Diff line number Diff line change 4242 "detect-conflict" : " ^1.0.0" ,
4343 "error" : " ^7.0.2" ,
4444 "find-up" : " ^2.1.0" ,
45- "github-username" : " ^3 .0.0" ,
45+ "github-username" : " ^4 .0.0" ,
4646 "istextorbinary" : " ^2.1.0" ,
4747 "lodash" : " ^4.11.1" ,
4848 "mem-fs-editor" : " ^3.0.0" ,
7070 "mockery" : " ^2.0.0" ,
7171 "nock" : " ^9.0.5" ,
7272 "proxyquire" : " ^1.0.0" ,
73- "sinon" : " ^1.9.1 " ,
73+ "sinon" : " ^2.1.0 " ,
7474 "tui-jsdoc-template" : " ^1.0.4" ,
7575 "xo" : " ^0.17.0" ,
7676 "yeoman-assert" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments