adopt official release of TS 2.4.1

This commit is contained in:
kieferrm
2017-06-27 19:00:58 -07:00
parent 4d97535cfd
commit bf2bee95cf
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -3,9 +3,9 @@
"version": "0.0.1",
"dependencies": {
"typescript": {
"version": "2.4.1-insiders.20170615",
"from": "typescript@2.4.1-insiders.20170615",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.4.1-insiders.20170615.tgz"
"version": "2.4.1",
"from": "typescript@2.4.1",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.4.1.tgz"
}
}
}
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "2.4.1-insiders.20170615"
"typescript": "2.4.1"
},
"scripts": {
"postinstall": "node ./postinstall"