File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ language: node_js
22node_js :
33 - ' 0.10'
44 - ' 0.12'
5- - ' iojs '
5+ - ' node '
66after_script :
77 - npm run coveralls
Original file line number Diff line number Diff line change 1919 "url" : " https://github.com/fbbdev/node-fastcgi.git"
2020 },
2121 "devDependencies" : {
22- "chai" : " ^2.3 .0" ,
23- "coveralls" : " ^2.11.2 " ,
22+ "chai" : " ^3.4 .0" ,
23+ "coveralls" : " ^2.11.4 " ,
2424 "fcgi-handler" : " git+https://github.com/aredridel/fcgi-handler.git#afe16eae560280d5dd84241d0c45e5db0f939d25" ,
25- "istanbul" : " ^0.3.14 " ,
26- "lodash" : " ^3.9 .1" ,
27- "mocha" : " ^2.2.5 " ,
28- "mocha-lcov-reporter" : " 0 .0.2 " ,
29- "request" : " ^2.55 .0"
25+ "istanbul" : " ^0.4.0 " ,
26+ "lodash" : " ^3.10 .1" ,
27+ "mocha" : " ^2.3.3 " ,
28+ "mocha-lcov-reporter" : " ^1 .0.0 " ,
29+ "request" : " ^2.65 .0"
3030 },
3131 "scripts" : {
3232 "test" : " ./node_modules/.bin/mocha ./test/mocha/integration" ,
You can’t perform that action at this time.
0 commit comments