Skip to content

Commit

Permalink
Publish client@7.0.0-next.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Dec 11, 2020
1 parent ddd7e0c commit 1decbfe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-languageclient",
"description": "VSCode Language client implementation",
"version": "7.0.0-next.15",
"version": "7.0.0-next.16",
"author": "Microsoft Corporation",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"minimatch": "^3.0.4",
"semver": "^7.3.4",
"vscode-languageserver-protocol": "3.16.0-next.12"
"vscode-languageserver-protocol": "3.16.0-next.13"
},
"scripts": {
"install:dev": "cd src/node && npm install",
Expand Down

0 comments on commit 1decbfe

Please sign in to comment.