Pick up TS 2.6.1-insiders.20171016

This commit is contained in:
Matt Bierner 2017-10-17 22:32:27 -07:00
parent 1ff751a12b
commit 2cbaa8c7d5
2 changed files with 4 additions and 4 deletions

View file

@ -3,9 +3,9 @@
"version": "0.0.1",
"dependencies": {
"typescript": {
"version": "2.6.0-insiders.20171013",
"from": "typescript@2.6.0-insiders.20171013",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.6.0-insiders.20171013.tgz"
"version": "2.6.1-insiders.20171016",
"from": "typescript@2.6.1-insiders.20171016",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.6.1-insiders.20171016.tgz"
}
}
}

View file

@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "2.6.0-insiders.20171013"
"typescript": "2.6.1-insiders.20171016"
},
"scripts": {
"postinstall": "node ./postinstall"