Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Dec 14, 2020
1 parent 916e71d commit 24f04a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions protocol/package-lock.json

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

6 changes: 3 additions & 3 deletions protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-languageserver-protocol",
"description": "VSCode Language Server Protocol implementation",
"version": "3.16.0-next.13",
"version": "3.16.0",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand All @@ -18,8 +18,8 @@
},
"typings": "./lib/common/api.d.ts",
"dependencies": {
"vscode-jsonrpc": "6.0.0-next.10",
"vscode-languageserver-types": "3.16.0-next.7"
"vscode-jsonrpc": "6.0.0",
"vscode-languageserver-types": "3.16.0"
},
"scripts": {
"prepublishOnly": "git clean -xfd . && npm install && npm run clean && npm run compile && npm test",
Expand Down

0 comments on commit 24f04a6

Please sign in to comment.