mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
removed runner code from repos
linked to definition-tester on github
This commit is contained in:
+10
-14
@@ -20,20 +20,16 @@
|
||||
"node": ">= 0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "npm run changes",
|
||||
"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.1/tsc ./_infrastructure/tests/runner.ts --target ES5 --out ./_infrastructure/tests/runner.js --module commonjs --sourcemap"
|
||||
"test": "node ./_infrastructure/runner.js --tsc-version 1.0.1 --test-changes",
|
||||
"changes": "node ./_infrastructure/runner.js --tsc-version 1.0.1 --test-changes",
|
||||
"lint": "node ./_infrastructure/runner.js --tsc-version 1.0.1 --lint-changes",
|
||||
"all": "node ./_infrastructure/runner.js --tsc-version 1.0.1",
|
||||
"dry": "node ./_infrastructure/runner.js --tsc-version 1.0.1 --skip-tests --test-changes",
|
||||
"list": "node ./_infrastructure/runner.js --tsc-version 1.0.1 --skip-tests --print-files --print-refmap",
|
||||
"help": "node ./_infrastructure/runner.js -h"
|
||||
},
|
||||
"dependencies": {
|
||||
"source-map-support": "~0.2.5",
|
||||
"git-wrapper": "~0.1.1",
|
||||
"glob": "~3.2.9",
|
||||
"bluebird": "~1.0.7",
|
||||
"lazy.js": "~0.3.2",
|
||||
"optimist": "~0.6.1"
|
||||
}
|
||||
"definition-tester": "git+https://github.com/DefinitelyTyped/definition-tester"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user