removed runner code from repos

linked to definition-tester on github
This commit is contained in:
Bart van der Schoor
2014-07-01 21:44:29 +02:00
parent b40258ccaa
commit 967e9c865f
26 changed files with 12 additions and 4941 deletions
+10 -14
View File
@@ -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": {}
}