[json] publish json language server in npm

This commit is contained in:
Martin Aeschlimann
2018-03-21 11:56:23 +01:00
parent 6aabc31499
commit 11a6848be9
7 changed files with 199 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env node
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
require("../out/jsonServerMain");