From d04312d809868e69d7a08b77f4cf4d569ab48d1f Mon Sep 17 00:00:00 2001 From: vvakame Date: Wed, 26 Feb 2014 09:33:40 +0900 Subject: [PATCH] Modified the version of TypeScript in test runner (0.9.7) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46226fb2d..0119109e9 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,6 @@ "name": "DefinitelyTyped", "version": "0.0.0", "scripts": { - "test": "node ./_infrastructure/tests/runner.js --tsc-version 0.9.7-66c2df" + "test": "node ./_infrastructure/tests/runner.js --tsc-version 0.9.7" } }