diff --git a/package.json b/package.json index aded68951..c4c29460a 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,10 @@ "node": ">= 0.10.0" }, "scripts": { - "test": "node ./_infrastructure/tests/runner.js --tsc-version 0.9.7 --test-changes", - "all": "node ./_infrastructure/tests/runner.js --tsc-version 0.9.7", - "dry": "node ./_infrastructure/tests/runner.js --tsc-version 0.9.7 --skip-tests --test-changes", - "list": "node ./_infrastructure/tests/runner.js --tsc-version 0.9.7 --skip-tests --print-files --print-refmap", + "test": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.0 --test-changes", + "all": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.0", + "dry": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.0 --skip-tests --test-changes", + "list": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.0 --skip-tests --print-files --print-refmap", "help": "node ./_infrastructure/tests/runner.js -h" }, "dependencies": {