From 452aa5d8c9211bd329a8cd57737136a1944103c4 Mon Sep 17 00:00:00 2001 From: Ibby Date: Mon, 9 Jan 2017 07:12:58 -0500 Subject: [PATCH] chore(): lock typescript to 2.0.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 407d8cdb0..4c7a1b245 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "tsify": "~1.0.4", "tslint": "^3.15.1", "tslint-ionic-rules": "0.0.5", - "typescript": "^2.0.1", + "typescript": "~2.0.10", "watchify": "~3.7.0" }, "scripts": {