Pick up new TS version

This commit is contained in:
Matt Bierner
2018-01-17 13:58:59 -08:00
parent 1c07451dd1
commit 5c26abe75c
2 changed files with 5 additions and 5 deletions

View File

@@ -3,9 +3,9 @@
"version": "0.0.1",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "2.7.0-insiders.20180108"
"typescript": "2.7.0-insiders.20180117"
},
"scripts": {
"postinstall": "node ./postinstall"
}
}
}