Skip to content

Commit ab757c2

Browse files
committed
Add repository and bugs fields to package.json
1 parent b5f654b commit ab757c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
"group chat",
2121
"react"
2222
],
23+
"repository": {
24+
"type": "git",
25+
"url": "https://github.com/talkjs/talkjs-react.git"
26+
},
27+
"bugs": {
28+
"url": "https://github.com/talkjs/talkjs-react/issues"
29+
},
2330
"homepage": "https://talkjs.com",
2431
"version": "0.1.0",
2532
"type": "module",

0 commit comments

Comments
 (0)