Skip to content

Commit da7b175

Browse files
authored
chore: include GitHub link in package.json (#5)
1 parent bc859c7 commit da7b175

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@
7272
},
7373
"author": "Romain Lanz <romain.lanz@pm.me>",
7474
"license": "MIT",
75+
"homepage": "https://github.com/boringnode/queue#readme",
76+
"bugs": {
77+
"url": "https://github.com/boringnode/queue/issues"
78+
},
79+
"repository": {
80+
"type": "git",
81+
"url": "https://github.com/boringnode/queue.git"
82+
},
7583
"keywords": [
7684
"queue",
7785
"job",

0 commit comments

Comments
 (0)