Skip to content

Commit 765a80e

Browse files
authored
Add repository.url fix to one more place (#1370)
1 parent 5e32774 commit 765a80e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@
1818
"js-yaml": "3.14.2"
1919
}
2020
},
21-
"repository": {
22-
"url": "https://github.com/livekit/protocol"
23-
},
2421
"packageManager": "pnpm@9.15.9"
2522
}

packages/javascript/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@
3838
},
3939
"dependencies": {
4040
"@bufbuild/protobuf": "^1.10.0"
41+
},
42+
"repository": {
43+
"url": "https://github.com/livekit/protocol"
4144
}
4245
}

0 commit comments

Comments
 (0)