Skip to content

Commit

Permalink
Removed coveralls dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmx committed Nov 22, 2020
1 parent 133ac3e commit c24b38d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
27 changes: 1 addition & 26 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -9,8 +9,7 @@
},
"scripts": {
"test": "jest",
"test-coverage": "jest --coverage",
"coveralls": "jest --coverage && coveralls < coverage/lcov.info"
"test-coverage": "jest --coverage"
},
"repository": {
"type": "git",
Expand All @@ -31,7 +30,6 @@
],
"license": "MIT",
"devDependencies": {
"coveralls": "^3.1.0",
"jest": "^26.4.2"
}
}

0 comments on commit c24b38d

Please sign in to comment.