File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ results
14
14
15
15
node_modules
16
16
npm-debug.log
17
+ coverage /
Original file line number Diff line number Diff line change 5
5
.travis.yml
6
6
logo.png
7
7
.jshint *
8
+ coverage /
Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - ' 0.10 '
3
+ - ' 0.11 '
4
4
script : " npm run test-travis"
5
5
after_script : " npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
Original file line number Diff line number Diff line change 4
4
"description" : " Gitlab API nodejs client." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "test" : " mocha -R spec -t 20000 -r should-http test/*.test.js" ,
8
- "test-cov" : " node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -t 20000 -r should-http test/*.test.js" ,
9
- "test-travis" : " node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- -t 20000 -r should-http test/*.test.js" ,
7
+ "test" : " mocha -R spec -t 20000 test/*.test.js" ,
8
+ "test-cov" : " node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -t 20000 test/*.test.js" ,
9
+ "test-travis" : " node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- -t 20000 test/*.test.js" ,
10
10
"jshint" : " jshint ." ,
11
- "autod" : " autod -w --prefix '~' && npm run cnpm " ,
11
+ "autod" : " autod -w --prefix '~'" ,
12
12
"cnpm" : " npm install --registry=https://registry.npm.taobao.org" ,
13
13
"contributors" : " contributors -f plain -o AUTHORS"
14
14
},
15
15
"dependencies" : {
16
- "debug" : " ~1 .0.4 " ,
16
+ "debug" : " ~2 .0.0 " ,
17
17
"restful-client" : " ~1.0.0"
18
18
},
19
19
"devDependencies" : {
20
20
"autod" : " *" ,
21
- "blanket" : " *" ,
22
21
"contributors" : " *" ,
23
- "coveralls " : " *" ,
22
+ "istanbul " : " *" ,
24
23
"mocha" : " *" ,
25
24
"pedding" : " ~1.0.0" ,
26
- "should" : " ~4.0.4" ,
27
- "should-http" : " *"
25
+ "should" : " ~4.0.4"
28
26
},
29
27
"homepage" : " https://github.com/repo-utils/gitlab" ,
30
28
"repository" : {
You can’t perform that action at this time.
0 commit comments