mirror of
https://github.com/jlengrand/elm-language-client-vscode.git
synced 2026-03-10 08:11:17 +00:00
Fix build problems
This commit is contained in:
6
client/package-lock.json
generated
6
client/package-lock.json
generated
@@ -242,6 +242,12 @@
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-5.6.0.tgz",
|
||||
"integrity": "sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg=="
|
||||
},
|
||||
"typescript": {
|
||||
"version": "3.6.4",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.4.tgz",
|
||||
"integrity": "sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==",
|
||||
"dev": true
|
||||
},
|
||||
"vscode-jsonrpc": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-4.0.0.tgz",
|
||||
|
||||
@@ -12,12 +12,16 @@
|
||||
"engines": {
|
||||
"vscode": "^1.37.0"
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "tsc -p ./"
|
||||
},
|
||||
"dependencies": {
|
||||
"vscode-languageclient": "^5.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/request": "^2.48.3",
|
||||
"@types/vscode": "^1.39.0",
|
||||
"vscode-test": "^1.2.0"
|
||||
"vscode-test": "^1.2.0",
|
||||
"typescript": "3.6.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -128,8 +128,8 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"vscode:prepublish": "cd client && cd .. && npm run compile",
|
||||
"compile": "npm run copy-wasm && tsc -b",
|
||||
"vscode:prepublish": "npm run compile",
|
||||
"compile": "cd client && npm run compile && cd ../server && npm run compile && cd .. && tsc -b",
|
||||
"watch": "npm run copy-wasm && tsc -b -w",
|
||||
"copy-wasm": "cd server && npm run copy-wasm",
|
||||
"postinstall": "cd client && npm install && cd ../server && npm install && cd ..",
|
||||
|
||||
2
server
2
server
Submodule server updated: 28f92829bd...922914607e
Reference in New Issue
Block a user