From dd72451f5461e8441ee6dd91b469755da8a912ee Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Mon, 4 May 2015 14:44:16 +0300 Subject: [PATCH] Use typescript 1.5.0-beta on npm install call --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6beccb103..ec0404f7c 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,6 @@ "grunt-shell": "1.1.2", "grunt-ts": "4.0.1", "grunt-tslint": "0.4.2", - "typescript": "1.4.1" + "typescript": "1.5.0-beta" } }