Modified the version of TypeScript in test runner (0.9.7)

This commit is contained in:
vvakame
2014-02-26 09:33:40 +09:00
parent 53a1f820ca
commit d04312d809
+1 -1
View File
@@ -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"
}
}