We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276f8df commit 7510dd6Copy full SHA for 7510dd6
2 files changed
extensions/package.json
@@ -3,7 +3,7 @@
3
"version": "0.0.1",
4
"description": "Dependencies shared by all extensions",
5
"dependencies": {
6
- "typescript": "2.6.2-insiders.20171120"
+ "typescript": "2.6.2"
7
},
8
"scripts": {
9
"postinstall": "node ./postinstall"
extensions/yarn.lock
@@ -2,6 +2,6 @@
2
# yarn lockfile v1
-typescript@2.6.2-insiders.20171120:
- version "2.6.2-insiders.20171120"
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2-insiders.20171120.tgz#d2f4c36831fa663639624799a62814cbdca9aaae"
+typescript@2.6.2:
+ version "2.6.2"
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4"
0 commit comments