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

@@ -658,17 +658,11 @@
}
},
"dependencies": {
"dataprotocol-client": "github:Microsoft/sqlops-dataprotocolclient#0.2.4",
"dataprotocol-client": "github:Microsoft/sqlops-dataprotocolclient#0.2.5",
"opener": "^1.4.3",
"service-downloader": "github:anthonydresser/service-downloader#0.1.4",
"vscode-extension-telemetry": "^0.0.15"
},
"devDependencies": {
},
"resolutions": {
"vscode-jsonrpc": "3.5.0",
"vscode-languageclient": "3.5.0",
"vscode-languageserver-protocol": "3.5.0",
"vscode-languageserver-types": "3.5.0"
}
}