Modified the version of TypeScript in test runner (0.9.7-59a846)

This commit is contained in:
vvakame
2014-02-12 12:21:40 +09:00
parent 13a7504512
commit fa06e1310e
+1 -1
View File
@@ -2,6 +2,6 @@
"name": "DefinitelyTyped",
"version": "0.0.0",
"scripts": {
"test": "node ./_infrastructure/tests/runner.js --tsc-version 0.9.5"
"test": "node ./_infrastructure/tests/runner.js --tsc-version 0.9.7-59a846"
}
}