From cb023e795bb9c4d2467c10df720b23a2278ea8a7 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Thu, 1 Oct 2015 11:51:36 -0500 Subject: [PATCH] Use typescript 1.5.3 for now Workaround for #232 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 746a9fcaf1..e75ae0c89a 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "source-map-support": "^0.2.10", "through2": "^0.6.3", "traceur-runtime": "0.0.59", - "typescript": "^1.5.3", + "typescript": "1.5.3", "vinyl": "^0.4.6", "yargs": "^3.6.0" }