Skip to content

Commit 232af1f

Browse files
committed
updated deps. v1.0.0
1 parent 7900a68 commit 232af1f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -27,20 +27,20 @@
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",

0 commit comments

Comments
 (0)