From 680f2325a364c8b460977e67ccddc4dc6e98e090 Mon Sep 17 00:00:00 2001 From: Dolan Date: Thu, 1 Feb 2018 00:16:00 +0000 Subject: [PATCH] Pin typescript version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 272ff90043..917e1d4adc 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "shelljs": "^0.7.7", "tslint": "^5.1.0", "typedoc": "^0.9.0", - "typescript": "^2.6.2", + "typescript": "2.6.2", "webpack": "^3.10.0" } }