Switch test runner's tsc version 0.9.1.1 to 0.9.5

This commit is contained in:
Masahiro Wakame
2013-12-06 10:40:31 +09:00
parent 6792863658
commit 86079ffb6e
5 changed files with 134678 additions and 1 deletions
+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.1.1"
"test": "node ./_infrastructure/tests/runner.js --tsc-version 0.9.5"
}
}