Skip to content

Commit

Permalink
Remove codecov package from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Jun 23, 2022
1 parent 8b6b671 commit c6dab64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 113 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"build:cjs": "ttsc --project tsconfig.cjs.json",
"build": "npm run build:esm && npm run build:cjs",
"test": "ava --fail-fast",
"cleanup": "npx rimraf @type \"lib/**/*.js\"",
"cleanup": "rimraf @type \"lib/**/*.js\"",
"prepare": "npm run cleanup && npm run build",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
Expand All @@ -60,7 +60,6 @@
"@zoltu/typescript-transformer-append-js-extension": "1.0.1",
"ava": "4.2.0",
"c8": "7.11.3",
"codecov": "3.8.3",
"eslint": "7.32.0",
"eslint-config-airbnb-typescript": "12.3.1",
"eslint-plugin-ava": "12.0.0",
Expand All @@ -73,6 +72,7 @@
"pinst": "3.0.0",
"promise-fs": "2.1.1",
"proxyquire": "2.1.3",
"rimraf": "^3.0.2",
"sinon": "14.0.0",
"supertest": "6.2.3",
"ts-node": "10.8.0",
Expand Down
113 changes: 2 additions & 111 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c6dab64

Please # to comment.