Skip to content

Commit

Permalink
Publish server@8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Jul 12, 2022
1 parent 5208450 commit bad8b02
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 50 deletions.
61 changes: 13 additions & 48 deletions server/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 server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-languageserver",
"description": "Language server implementation for node",
"version": "8.0.2-next.5",
"version": "8.0.2",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand All @@ -21,7 +21,7 @@
"installServerIntoExtension": "./bin/installServerIntoExtension"
},
"dependencies": {
"vscode-languageserver-protocol": "3.17.2-next.6"
"vscode-languageserver-protocol": "3.17.2"
},
"scripts": {
"prepublishOnly": "git clean -xfd . && npm install && npm run clean && npm run compile && npm test",
Expand Down

0 comments on commit bad8b02

Please sign in to comment.