From c077ee30b5ba1d7f0cc8a5f995386b3cbd723649 Mon Sep 17 00:00:00 2001 From: Bart van der Schoor Date: Thu, 26 Jun 2014 10:24:24 +0200 Subject: [PATCH] link definition-tester to npm package --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e1a0ffb51..bd7966447 100644 --- a/package.json +++ b/package.json @@ -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": {} }