From 624e53d6dfa9e2aff00ff9811cb8a4e15c735ccc Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Sun, 16 Jan 2022 18:56:09 -0800 Subject: [PATCH] chore: remove codecov devDependency No change to logic. This removes the codecov package dependency because this is provided through GitHub Actions now. --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index ad2fe85..c684fd4 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,6 @@ "lint": "eslint .", "after-travis": "travis-check-changes", "changelog": "shelljs-changelog", - "codecov": "codecov", "release:major": "shelljs-release major", "release:minor": "shelljs-release minor", "release:patch": "shelljs-release patch" @@ -62,7 +61,6 @@ "devDependencies": { "ava": "^1.4.1", "chalk": "^1.1.3", - "codecov": "^3.0.2", "coffee-script": "^1.10.0", "eslint": "^5.16.0", "eslint-config-airbnb-base": "^13.1.0",