Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 012ef08

Browse files
authoredJul 9, 2018
Update dependencies (#102)
* Update dependencies * Update engine
1 parent f954f91 commit 012ef08

File tree

2 files changed

+616
-947
lines changed

2 files changed

+616
-947
lines changed
 

‎package-lock.json

+608-938
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+8-9
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"codecov": "./bin/codecov"
1818
},
1919
"engines": {
20-
"node": ">=1.0"
20+
"node": ">=4.0"
2121
},
2222
"author": "Codecov <hello@codecov.io>",
2323
"license": "MIT",
@@ -26,18 +26,17 @@
2626
},
2727
"homepage": "https://github.com/codecov/codecov-node",
2828
"dependencies": {
29-
"argv": "0.0.2",
30-
"ignore-walk": "3.0.0",
31-
"request": "2.81.0",
32-
"urlgrey": "0.4.4"
29+
"argv": "^0.0.2",
30+
"ignore-walk": "^3.0.1",
31+
"request": "^2.87.0",
32+
"urlgrey": "^0.4.4"
3333
},
3434
"devDependencies": {
3535
"expect.js": "^0.3.1",
36-
"husky": "0.14.3",
36+
"husky": "^0.14.3",
3737
"istanbul": "^0.4.5",
38-
"jshint": "^2.9.3",
39-
"lint-staged": "7.2.0",
40-
"mocha": "^3.0.2",
38+
"lint-staged": "^7.2.0",
39+
"mocha": "^5.2.0",
4140
"prettier": "1.13.7"
4241
},
4342
"lint-staged": {

0 commit comments

Comments
 (0)
This repository has been archived.