We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2be05b commit e47d9fcCopy full SHA for e47d9fc
package.json
@@ -9,7 +9,6 @@
9
"scripts": {
10
"build": "tsc",
11
"test": "jest ${1}",
12
- "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
13
"lint": "eslint . --ext .ts --cache",
14
"prepare": "husky install && npm run build",
15
"version": "manual-git-changelog onversion"
@@ -89,7 +88,6 @@
89
88
"@types/rimraf": "^3.0.0",
90
"@typescript-eslint/eslint-plugin": "^5.11.0",
91
"@typescript-eslint/parser": "^5.11.0",
92
- "coveralls": "^3.0.0",
93
"eslint": "^7.9.0",
94
"eslint-config-es": "3.26.0",
95
"eslint-import-resolver-typescript": "^2.3.0",
0 commit comments