update package.json. use TypeScript 1.0.1 on test runner

This commit is contained in:
vvakame
2014-05-13 12:38:01 +09:00
parent 887dfd3c68
commit 31d78289ce
+5 -5
View File
@@ -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",