Skip to content

Commit 4c70c1a

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 2eb1a35 commit 4c70c1a

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
@@ -23,7 +23,6 @@
2323
"release:minor": "shelljs-release minor",
2424
"release:patch": "shelljs-release patch",
2525
"changelog": "shelljs-changelog",
26-
"codecov": "codecov",
2726
"test": "nyc --reporter=text --reporter=lcov mocha",
2827
"test:watch": "concurrently -rk 'npm run test --silent -- -w' 'npm run lint:watch'"
2928
},
@@ -55,7 +54,6 @@
5554
"babel-cli": "^6.6.5",
5655
"babel-preset-env": "^1.7.0",
5756
"babel-register": "^6.7.2",
58-
"codecov": "^3.0.2",
5957
"concurrently": "^2.1.0",
6058
"eslint": "^5.16.0",
6159
"eslint-config-airbnb-base": "^13.1.0",

0 commit comments

Comments
 (0)