File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ function queryGithub (msg, done) {
101101 last : repo . pushed_at || '' ,
102102 urlRepo : 'https://github.com/' + msg . user + '/' + msg . repo ,
103103 urlClone : 'git+https://github.com/' + msg . user + '/' + msg . repo + '.git' ,
104- urlSSH : 'git@github.com:' + msg . user + '/' + msg . repo + '.git' ,
104+ urlSsh : 'git@github.com:' + msg . user + '/' + msg . repo + '.git' ,
105105 pullRequests : prs && prs . length || 0 ,
106106 cached : Date . now ( )
107107 }
Original file line number Diff line number Diff line change 44 "description" : " A micro-service that provides Github related information to NodeZoo" ,
55 "scripts" : {
66 "start" : " node srv/start.js" ,
7- "isolated" : " GITHUB_ISOLATED=true node srv/start.js"
7+ "isolated" : " GITHUB_ISOLATED=true node srv/start.js" ,
8+ "lint" : " lab test -dL"
89 },
910 "main" : " lib/github.js" ,
1011 "keywords" : [
You can’t perform that action at this time.
0 commit comments