Skip to content

Commit 4e26d1d

Browse files
committed
chore: remove codecov devDependency
No change to logic. This removes the codecov package dependency because this is provided through GitHub Actions now.
1 parent e7ebf30 commit 4e26d1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"test": "nyc --reporter=text --reporter=lcov mocha",
99
"lint": "eslint .",
1010
"changelog": "shelljs-changelog",
11-
"codecov": "codecov",
1211
"release:major": "shelljs-release major",
1312
"release:minor": "shelljs-release minor",
1413
"release:patch": "shelljs-release patch"
@@ -37,7 +36,6 @@
3736
"common.js"
3837
],
3938
"devDependencies": {
40-
"codecov": "^3.8.1",
4139
"eslint": "^5.16.0",
4240
"eslint-config-airbnb-base": "^13.1.0",
4341
"eslint-plugin-import": "^2.17.3",

0 commit comments

Comments
 (0)