提交 35a6f985 编写于 作者: M Matt Bierner

Update html extension to TS 2.1.6 .Fixes #19629

上级 1d566aeb
......@@ -3,9 +3,9 @@
"version": "0.0.1",
"dependencies": {
"typescript": {
"version": "2.0.10",
"from": "typescript@>=2.0.10 <3.0.0",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.0.10.tgz"
"version": "2.1.6",
"from": "typescript@2.1.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.1.6.tgz"
}
}
}
{
"name": "vscode-extensions",
"version": "0.0.1",
"private": true,
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "^2.1.5"
"typescript": "2.1.6"
},
"scripts": {
"postinstall": "node ./postinstall"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册