diff --git a/package.json b/package.json index 61c1dc6cdd..382b060bd2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { + "private": true, "name": "DefinitelyTyped", "version": "0.0.0", - "scripts": { - "test": "node ./_infrastructure/tests/runner.js --tsc-version 0.9.5" - } + "scripts": { + "test": "node ./_infrastructure/tests/runner.js --tsc-version 0.9.5" + } }