Skip to content

Commit

Permalink
Task: Add github links to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasR committed Sep 24, 2020
1 parent e780656 commit 2e3a7ee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/bbc/http-transport-cache.git"
},
"bugs": {
"url": "https://github.com/bbc/http-transport-cache/issues"
},
"engines": {
"node": ">=8.13.0"
},
Expand Down Expand Up @@ -49,4 +56,4 @@
"recursive": true,
"exit": true
}
}
}

0 comments on commit 2e3a7ee

Please sign in to comment.