Skip to content

Commit 866f266

Browse files
committed
Bump lsp-ws-connection version
1 parent e6d7969 commit 866f266

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/lsp-ws-connection/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lsp-ws-connection",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "Utility for adapting editors to language server protocol",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -27,8 +27,8 @@
2727
"lsp",
2828
"languageserver"
2929
],
30-
"homepage": "https://github.com/krassowski/lsp-ws-connection",
31-
"repository": "github:krassowski/lsp-ws-connection",
30+
"homepage": "https://github.com/krassowski/jupyterlab-lsp/tree/master/packages/lsp-ws-connection",
31+
"repository": "github:krassowski/jupyterlab-lsp",
3232
"dependencies": {
3333
"vscode-jsonrpc": "^4.1.0-next",
3434
"vscode-languageclient": "^5.2.1",

0 commit comments

Comments
 (0)