File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ language: node_js
22node_js :
33 - " 0.10"
44 - " 0.12"
5- - iojs-1
6- - iojs-2
5+ - " 4 "
6+ - " 6 "
77script :
88 - npm run coverage
99 - npm run publish-coverage
Original file line number Diff line number Diff line change 3030 "author" : " Matteo Collina <hello@matteocollina.com>" ,
3131 "license" : " MIT" ,
3232 "dependencies" : {
33- "cli" : " ^0.6.5 " ,
34- "concat-stream" : " ~1.4.6 " ,
33+ "cli" : " ^0.11.2 " ,
34+ "concat-stream" : " ~1.5.1 " ,
3535 "end-of-stream" : " ^1.1.0" ,
36- "glob" : " ^5 .0.3 " ,
36+ "glob" : " ^7 .0.5 " ,
3737 "level" : " ^1.1.0" ,
3838 "mkdirp" : " ^0.5.0" ,
39- "n3" : " ^0.4.3 " ,
39+ "n3" : " ^0.5.0 " ,
4040 "progress-stream" : " ^1.0.1" ,
41- "readable-stream" : " >= 1 .1.13 < 2.0.0 "
41+ "readable-stream" : " ^2 .1.4 "
4242 },
4343 "peerDependencies" : {
4444 "levelgraph" : " >= 1.0 < 2.0"
4747 "mocha" : " ~2.2.1" ,
4848 "levelgraph" : " ^1.0.0" ,
4949 "level-test" : " ^2.0.0" ,
50- "chai" : " ~1.10 .0" ,
50+ "chai" : " ~3.5 .0" ,
5151 "coveralls" : " ~2.11.2" ,
52- "istanbul" : " ~0.3.2 " ,
53- "zuul" : " ~3.0 .0" ,
54- "browserify" : " ~10.2.4 " ,
55- "uglify-js" : " ~2.4.15 "
52+ "istanbul" : " ~0.4.4 " ,
53+ "zuul" : " ~3.10 .0" ,
54+ "browserify" : " ~13.0.1 " ,
55+ "uglify-js" : " ~2.7.0 "
5656 }
5757}
You can’t perform that action at this time.
0 commit comments