mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 09:08:46 +00:00
ec792716df
Fixes #41046
11 lines
No EOL
224 B
JSON
11 lines
No EOL
224 B
JSON
{
|
|
"name": "vscode-extensions",
|
|
"version": "0.0.1",
|
|
"description": "Dependencies shared by all extensions",
|
|
"dependencies": {
|
|
"typescript": "2.7.1"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node ./postinstall"
|
|
}
|
|
} |