Skip to content

Commit 3b6409f

Browse files
committed
fix: provenance repository url
1 parent 1c6ef1a commit 3b6409f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

js-lib/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
"description": "Rpc and pub/sub between Python and JavaScript over WebSockets",
55
"repository": {
66
"type": "git",
7-
"url": "git+https://github.com/kitware/wslink.git"
7+
"url": "git+https://github.com/Kitware/wslink.git",
8+
"directory": "js-lib"
89
},
910
"bugs": {
10-
"url": "https://github.com/kitware/wslink/issues"
11+
"url": "https://github.com/Kitware/wslink/issues"
1112
},
12-
"homepage": "https://github.com/kitware/wslink#readme",
13+
"homepage": "https://github.com/Kitware/wslink#readme",
1314
"main": "dist/wslink.umd.js",
1415
"scripts": {
1516
"format": "prettier src --write",

0 commit comments

Comments
 (0)