Skip to content

Commit 0302a66

Browse files
committed
VAPI-2691 Fix homepage
1 parent 4a9774b commit 0302a66

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,21 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/Bandwidth/brtc-node-sdk.git"
17+
"url": "https://github.com/Bandwidth/javascript-brtc-sdk"
1818
},
19-
"author": "edge-services@bandwidth.com",
19+
"author": "bandwidth",
2020
"license": "MIT",
2121
"bugs": {
22-
"url": "https://github.com/Bandwidth/brtc-node-sdk/issues"
22+
"url": "https://github.com/Bandwidth/javascript-brtc-sdk/issues"
2323
},
24-
"homepage": "https://github.com/Bandwidth/brtc-node-sdk#readme",
24+
"homepage": "https://github.com/Bandwidth/javascript-brtc-sdk",
25+
"keywords": [
26+
"bandwidth",
27+
"programmable voice",
28+
"pv",
29+
"webrtc",
30+
"brtc"
31+
],
2532
"devDependencies": {
2633
"@babel/core": "^7.28.4",
2734
"@babel/plugin-proposal-class-properties": "^7.8.3",

0 commit comments

Comments
 (0)