update build to use yarn to fix errors (#2191)

This commit is contained in:
Anthony Dresser
2018-08-08 15:09:12 -07:00
committed by GitHub
parent c712411e77
commit b553cbb68c
7 changed files with 95 additions and 139 deletions

View File

@@ -93,13 +93,5 @@
"vscode-nls": "^3.2.1"
},
"devDependencies": {
"mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7"
},
"resolutions": {
"vscode-jsonrpc": "3.5.0",
"vscode-languageclient": "3.5.0",
"vscode-languageserver-protocol": "3.5.0",
"vscode-languageserver-types": "3.5.0"
}
}