vscode-languageserver-protocol
Advanced tools
Comparing version 3.7.0 to 3.7.1
{ | ||
"name": "vscode-languageserver-protocol", | ||
"description": "VSCode Language Server Protocol implementation", | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"author": "Microsoft Corporation", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
"scripts": { | ||
"prepublish": "npm run compile", | ||
"prepublishOnly": "npm run compile", | ||
"postpublish": "node ../build/npm/post-publish.js", | ||
@@ -24,0 +24,0 @@ "compile": "node ../build/bin/tsc -p ./tsconfig.json", |
118283