Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from azlam-abdulsalam/patch-1
Browse files Browse the repository at this point in the history
move jest-coverage-badges to dev dependencies
  • Loading branch information
pgonzaleznetwork authored May 30, 2022
2 parents f17d79a + 2346704 commit 57ed289
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@
"author": "Pablo Gonzalez",
"license": "ISC",
"devDependencies": {
"jest": "^27.5.1"
"jest": "^27.5.1",
"jest-coverage-badges": "^1.0.0"
},
"jest": {
"coverageReporters": [
"json-summary",
"text",
"lcov"
]
},
"dependencies": {
"jest-coverage-badges": "^1.0.0"
}
}

0 comments on commit 57ed289

Please sign in to comment.