Skip to content

Commit 591eba0

Browse files
authored
Merge pull request #3 from theworkflow/enhancement/fix-pkg-json
Add git info to package.json
2 parents 50aaa01 + 17aab9e commit 591eba0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"pretest": "npm run lint",
1010
"test": "lab -c"
1111
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/theworkflow/json-api-errors.git"
15+
},
1216
"keywords": [
1317
"json",
1418
"api",
@@ -26,6 +30,10 @@
2630
],
2731
"author": "Jeremiah Harlan <[email protected]>",
2832
"license": "MIT",
33+
"bugs": {
34+
"url": "https://github.com/theworkflow/json-api-errors/issues"
35+
},
36+
"homepage": "https://github.com/theworkflow/json-api-errors#readme",
2937
"devDependencies": {
3038
"code": "3.0.2",
3139
"lab": "11.0.1",

0 commit comments

Comments
 (0)