pick up TS 2.2.2 final

This commit is contained in:
kieferrm 2017-03-27 16:23:44 -07:00
parent 921657de1b
commit 06492ab640
2 changed files with 4 additions and 4 deletions

View file

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

View file

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