mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 13:38:47 -05:00
6
extensions/npm-shrinkwrap.json
generated
6
extensions/npm-shrinkwrap.json
generated
@@ -3,9 +3,9 @@
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"typescript": {
|
||||
"version": "2.4.2-insiders.20170630",
|
||||
"from": "typescript@2.4.2-insiders.20170630",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.4.2-insiders.20170630.tgz"
|
||||
"version": "2.4.2",
|
||||
"from": "typescript@2.4.2",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.4.2.tgz"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"version": "0.0.1",
|
||||
"description": "Dependencies shared by all extensions",
|
||||
"dependencies": {
|
||||
"typescript": "2.4.2-insiders.20170630"
|
||||
"typescript": "2.4.2"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node ./postinstall"
|
||||
|
||||
Reference in New Issue
Block a user