Skip to content

Commit fab654b

Browse files
authored
Merge pull request #27 from openai/jiwon/add-repo-urls
Add repo urls
1 parent a480f53 commit fab654b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/chatkit-react/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,9 @@
4343
"access": "public",
4444
"provenance": false
4545
},
46+
"repository": {
47+
"type": "git",
48+
"url": "https://github.com/openai/chatkit-js"
49+
},
4650
"license": "MIT"
4751
}

packages/chatkit/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@
2222
"access": "public",
2323
"provenance": false
2424
},
25+
"repository": {
26+
"type": "git",
27+
"url": "https://github.com/openai/chatkit-js"
28+
},
2529
"license": "MIT"
2630
}

0 commit comments

Comments
 (0)