From 31d78289cefcc3225b302cbd7985b455f10f0ba3 Mon Sep 17 00:00:00 2001 From: vvakame Date: Tue, 13 May 2014 12:38:01 +0900 Subject: [PATCH] update package.json. use TypeScript 1.0.1 on test runner --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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",