link definition-tester to npm package

This commit is contained in:
Bart van der Schoor
2014-07-01 21:44:43 +02:00
parent 967e9c865f
commit c077ee30b5
+7 -7
View File
@@ -20,16 +20,16 @@
"node": ">= 0.10.0"
},
"scripts": {
"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",
"test": "node ./_infrastructure/runner.js --test-changes",
"changes": "node ./_infrastructure/runner.js --test-changes",
"lint": "node ./_infrastructure/runner.js --lint-changes",
"all": "node ./_infrastructure/runner.js",
"dry": "node ./_infrastructure/runner.js --skip-tests --test-changes",
"list": "node ./_infrastructure/runner.js --skip-tests --print-files --print-refmap",
"help": "node ./_infrastructure/runner.js -h"
},
"dependencies": {
"definition-tester": "git+https://github.com/DefinitelyTyped/definition-tester"
"definition-tester": "~0.0.4"
},
"devDependencies": {}
}