File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " gulp-codecov.io" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " Gulp plugin to submit code coverage to Codecov.io" ,
55 "keywords" : [
66 " gulpplugin" ,
2727 "codecov" : " istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && gulp codecov && rm -rf ./coverage"
2828 },
2929 "dependencies" : {
30- "codecov.io" : " ^0.1.2 " ,
31- "gulp-util" : " ^3.0.4 " ,
30+ "codecov.io" : " ^0.1.4 " ,
31+ "gulp-util" : " ^3.0.6 " ,
3232 "path" : " ^0.11.14" ,
33- "through2" : " ^1.1.1 "
33+ "through2" : " ^2.0.0 "
3434 },
3535 "devDependencies" : {
3636 "chai" : " ^3.0.0" ,
3737 "event-stream" : " ^3.3.1" ,
3838 "gulp" : " ^3.9.0" ,
39- "istanbul" : " ^0.3.13 " ,
40- "mocha" : " ^2.2.4 " ,
39+ "istanbul" : " ^0.3.16 " ,
40+ "mocha" : " ^2.2.5 " ,
4141 "mocha-lcov-reporter" : " ^0.0.2" ,
4242 "sinon" : " ^1.15.3" ,
43- "standard" : " ^4.2.1 "
43+ "standard" : " ^4.3.2 "
4444 },
4545 "engines" : {
4646 "node" : " >=0.10.0" ,
You can’t perform that action at this time.
0 commit comments