Skip to content

Commit e47d9fc

Browse files
committed
Remove coveralls dev dependency
1 parent f2be05b commit e47d9fc

File tree

2 files changed

+7
-262
lines changed

2 files changed

+7
-262
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"scripts": {
1010
"build": "tsc",
1111
"test": "jest ${1}",
12-
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
1312
"lint": "eslint . --ext .ts --cache",
1413
"prepare": "husky install && npm run build",
1514
"version": "manual-git-changelog onversion"
@@ -89,7 +88,6 @@
8988
"@types/rimraf": "^3.0.0",
9089
"@typescript-eslint/eslint-plugin": "^5.11.0",
9190
"@typescript-eslint/parser": "^5.11.0",
92-
"coveralls": "^3.0.0",
9391
"eslint": "^7.9.0",
9492
"eslint-config-es": "3.26.0",
9593
"eslint-import-resolver-typescript": "^2.3.0",

0 commit comments

Comments
 (0)