Update TS insiders version

This commit is contained in:
Matt Bierner 2017-09-22 15:16:43 -07:00
parent 6069a52022
commit cc32157235
2 changed files with 4 additions and 4 deletions

View file

@ -3,9 +3,9 @@
"version": "0.0.1",
"dependencies": {
"typescript": {
"version": "2.5.3-insiders.20170919",
"from": "typescript@2.5.3-insiders.20170919",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.5.3-insiders.20170919.tgz"
"version": "2.5.3-insiders.20170922",
"from": "typescript@2.5.3-insiders.20170922",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.5.3-insiders.20170922.tgz"
}
}
}

View file

@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "2.5.3-insiders.20170919"
"typescript": "2.5.3-insiders.20170922"
},
"scripts": {
"postinstall": "node ./postinstall"