Pick up new insiders release of TS 2.3.1

This commit is contained in:
Matt Bierner 2017-04-20 16:53:28 -07:00
parent a291da4049
commit 732813abe4
2 changed files with 4 additions and 4 deletions

View file

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

View file

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