Skip to content

Commit 081df95

Browse files
authored
Fix wrong repository url in server sdk package.json (#582)
1 parent c663508 commit 081df95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/livekit-server-sdk/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"types": "dist/index.d.ts",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/livekit/server-sdk-js.git"
10+
"url": "https://github.com/livekit/node-sdks.git",
11+
"directory": "packages/livekit-server-sdk"
1112
},
1213
"author": "David Zhao <david@davidzhao.com>",
1314
"license": "Apache-2.0",

0 commit comments

Comments
 (0)