From f8a0cc1907ae886bc9a5feb0b569ec7a80e107d6 Mon Sep 17 00:00:00 2001 From: Rossen Hristov Date: Wed, 28 Sep 2016 16:46:47 +0300 Subject: [PATCH] Update typescript to 2.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a92ebfdd..681be3a23 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "shelljs": "^0.7.0", "time-grunt": "1.3.0", "tslint": "3.4.0", - "typescript": "^2.0.2" + "typescript": "^2.0.3" }, "scripts": { "setup": "npm run dev-link-tns-platform-declarations && npm run dev-link-tns-core-modules && npm run dev-link-tests && npm run dev-link-apps",