Modified the version of TypeScript in test runner (0.9.7-66c2df)

This commit is contained in:
vvakame
2014-02-25 11:16:53 +09:00
parent 281e3ab866
commit fae603cd10

View File

@@ -3,6 +3,6 @@
"name": "DefinitelyTyped",
"version": "0.0.0",
"scripts": {
"test": "node ./_infrastructure/tests/runner.js --tsc-version 0.9.7-59a846"
"test": "node ./_infrastructure/tests/runner.js --tsc-version 0.9.7-66c2df"
}
}