Pick up new TS insiders

This commit is contained in:
Matt Bierner 2017-09-08 22:58:06 -07:00
parent 3481343397
commit 2dcc231cdb
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.20170908",
"from": "typescript@2.5.3-insiders.20170908",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.5.3-insiders.20170908.tgz"
"version": "2.5.3-insiders.20170909",
"from": "typescript@2.5.3-insiders.20170909",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.5.3-insiders.20170909.tgz"
}
}
}

View file

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