diff --git a/package.json b/package.json index c45823b82..c0f9780a7 100644 --- a/package.json +++ b/package.json @@ -21,12 +21,12 @@ }, "scripts": { "test": "npm run changes", - "changes": "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", + "changes": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.1 --test-changes", + "all": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.1", + "dry": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.1 --skip-tests --test-changes", + "list": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.1 --skip-tests --print-files --print-refmap", "help": "node ./_infrastructure/tests/runner.js -h", - "tsc_runner": "node ./_infrastructure/tests/typescript/1.0.0/tsc ./_infrastructure/tests/runner.ts --target ES5 --out ./_infrastructure/tests/runner.js --module commonjs --sourcemap" + "tsc_runner": "node ./_infrastructure/tests/typescript/1.0.1/tsc ./_infrastructure/tests/runner.ts --target ES5 --out ./_infrastructure/tests/runner.js --module commonjs --sourcemap" }, "dependencies": { "source-map-support": "~0.2.5",