mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
update package.json. use TypeScript 1.0.1 on test runner
This commit is contained in:
+5
-5
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user