Pick up 04/25.1 TS 2.3.1 insiders release

This commit is contained in:
Matt Bierner 2017-04-25 16:03:31 -07:00
parent 2ff6277228
commit bcc800bf37
2 changed files with 4 additions and 4 deletions

View file

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

View file

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