Remove some Typings Files From TypeScript Extension (#15842)

Remove the node-additions typings file and changes the semver typings to come from `@types/semver`.
This commit is contained in:
Matt Bierner
2016-11-22 10:54:49 -08:00
committed by GitHub
parent a18cd7f8b6
commit 77e1bbebad
4 changed files with 6 additions and 136 deletions

View File

@@ -11,6 +11,7 @@
"vscode": "*"
},
"dependencies": {
"@types/semver": "^5.3.30",
"semver": "4.3.6",
"vscode-extension-telemetry": "^0.0.5",
"vscode-nls": "^2.0.1",