File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ function cmdGet (msg, done) {
5959 }
6060
6161 if ( ! params . user || ! params . repo ) {
62- return done ( new Error ( 'not found on npm ' ) )
62+ return done ( new Error ( 'not found on github ' ) )
6363 }
6464
6565 queryGithub ( params , done )
6666 }
6767 else {
68- return done ( new Error ( 'not found on npm ' ) )
68+ return done ( new Error ( 'not found on github ' ) )
6969 }
7070 } )
7171 } )
Original file line number Diff line number Diff line change 66 "start" : " node srv/start.js" ,
77 "isolated" : " GITHUB_ISOLATED=true node srv/start.js" ,
88 "lint" : " lab -P test -dL" ,
9- "test" : " lab -m 5000 -t 75 -v -P test " ,
9+ "test" : " lab -v -P test -L -c -t 64 " ,
1010 "cov" : " lab -s -P test -r lcov | coveralls"
1111 },
1212 "main" : " lib/github.js" ,
3535 "license" : " MIT" ,
3636 "dependencies" : {
3737 "github4" : " 0.5.4" ,
38+ "proxyquire" : " 1.7.4" ,
3839 "request" : " 2.70.0" ,
3940 "seneca" : " 2.0.0" ,
4041 "seneca-balance-client" : " 0.4.0" ,
You can’t perform that action at this time.
0 commit comments