Files
vscode/extensions/package.json
Matt Bierner 8c6d7bcbd0 Bundle TS 3.3.3 instead of TS 3.3.3333
People were being confused by the version number...
2019-02-27 11:21:56 -08:00

11 lines
224 B
JSON

{
"name": "vscode-extensions",
"version": "0.0.1",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "3.3.3"
},
"scripts": {
"postinstall": "node ./postinstall"
}
}