Skip to content

Commit

Permalink
Bump lsp-ws-connection version
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Mar 12, 2020
1 parent e6d7969 commit 866f266
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/lsp-ws-connection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lsp-ws-connection",
"version": "0.3.1",
"version": "0.4.0",
"description": "Utility for adapting editors to language server protocol",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -27,8 +27,8 @@
"lsp",
"languageserver"
],
"homepage": "https://github.com/krassowski/lsp-ws-connection",
"repository": "github:krassowski/lsp-ws-connection",
"homepage": "https://github.com/krassowski/jupyterlab-lsp/tree/master/packages/lsp-ws-connection",
"repository": "github:krassowski/jupyterlab-lsp",
"dependencies": {
"vscode-jsonrpc": "^4.1.0-next",
"vscode-languageclient": "^5.2.1",
Expand Down

0 comments on commit 866f266

Please sign in to comment.