We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6ef1a commit 3b6409fCopy full SHA for 3b6409f
1 file changed
js-lib/package.json
@@ -4,12 +4,13 @@
4
"description": "Rpc and pub/sub between Python and JavaScript over WebSockets",
5
"repository": {
6
"type": "git",
7
- "url": "git+https://github.com/kitware/wslink.git"
+ "url": "git+https://github.com/Kitware/wslink.git",
8
+ "directory": "js-lib"
9
},
10
"bugs": {
- "url": "https://github.com/kitware/wslink/issues"
11
+ "url": "https://github.com/Kitware/wslink/issues"
12
- "homepage": "https://github.com/kitware/wslink#readme",
13
+ "homepage": "https://github.com/Kitware/wslink#readme",
14
"main": "dist/wslink.umd.js",
15
"scripts": {
16
"format": "prettier src --write",
0 commit comments