Skip to content

Commit 5096e8d

Browse files
authored
Merge pull request #1 from codewars/update-package-json
2 parents d8222b6 + 87878a3 commit 5096e8d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Jest reporter producing Codewars output.
44

55
> NOTE: Jest is currently only available on [Qualified](https://www.qualified.io/)
66
7-
<img src="images/dark.png" width="500px" />
8-
<img src="images/light.png" width="500px" />
7+
<img src="https://raw.githubusercontent.com/codewars/jest-reporter/master/images/dark.png" width="500px" />
8+
<img src="https://raw.githubusercontent.com/codewars/jest-reporter/master/images/light.png" width="500px" />

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"name": "@codewars/jest-reporter",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Codewars reporter for Jest",
5+
"homepage": "https://github.com/codewars/jest-reporter#readme",
6+
"repository": "github:codewars/jest-reporter",
7+
"bugs": {
8+
"url": "https://github.com/codewars/jest-reporter/issues"
9+
},
510
"files": [
611
"lib/",
712
"src/"

0 commit comments

Comments
 (0)