From 6a8bb689fa7f09ba430b5afc1ae0a24df2a7d4ac Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Thu, 29 Jun 2017 23:33:07 +0800 Subject: [PATCH] set typescript to 2.1.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf8d5288..8f1cecb2 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "mocha": "^2.4.5", - "typescript": "^2.1.5", + "typescript": "2.1.5", "@types/node": "^6.0.51", "@types/mocha": "^2.2.33" },