Skip to content

Commit

Permalink
v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Spoutnik97 committed Jun 15, 2021
1 parent 39b216e commit 1a69d1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "danger-plugin-code-coverage",
"version": "1.1.6",
"version": "1.1.7",
"description": "Danger.JS plugin to display the code coverage on a pull request by commenting it via the CI",
"author": {
"name": "Guillaume Piedigrossi",
Expand Down Expand Up @@ -42,14 +42,14 @@
"markdown-table": "^2.0.0"
},
"devDependencies": {
"ts-jest": "^20.0.0",
"@types/jest": "^19.2.4",
"tslint": "^5.4.3",
"danger": "*",
"cz-conventional-changelog": "^2.0.0",
"danger": "*",
"jest": "^20.0.1",
"prettier": "^1.3.1",
"semantic-release": "^17.2.3",
"ts-jest": "^20.0.0",
"tslint": "^5.4.3",
"typescript": "^3.8.3"
},
"jest": {
Expand Down

0 comments on commit 1a69d1a

Please sign in to comment.