From 7fbd2cb6612bcca2f9e4cffd215724cec189be77 Mon Sep 17 00:00:00 2001 From: JoelEinbinder Date: Tue, 17 Oct 2017 23:33:21 -0700 Subject: [PATCH] chore(typescript): switch to 2.6-rc (#1078) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c2690de274..36b97f65781 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,6 @@ "pixelmatch": "^4.0.2", "pngjs": "^3.2.0", "text-diff": "^1.0.1", - "typescript": "next" + "typescript": "^2.6.0-rc" } }