From 1c5f9d2e81b99ab8e112f8e14ddf7f134bf029c4 Mon Sep 17 00:00:00 2001 From: Daniel Schuba Date: Mon, 14 Nov 2016 09:36:34 +0100 Subject: [PATCH] Type definitions only for development @types are only needed for development. Installing them as dependencies installs them on every project that uses typedocs which may lead to duplicate identifiers if @types isn't used in the project or if @types expose functions that are not really available. --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0eb382f16..58aee589a 100644 --- a/package.json +++ b/package.json @@ -30,13 +30,6 @@ "node": ">=0.10.0" }, "dependencies": { - "@types/fs-extra": "0.0.33", - "@types/handlebars": "^4.0.31", - "@types/highlight.js": "^9.1.8", - "@types/lodash": "^4.14.37", - "@types/marked": "0.0.28", - "@types/minimatch": "^2.0.29", - "@types/shelljs": "^0.3.32", "fs-extra": "^0.30.0", "handlebars": "4.0.5", "highlight.js": "^9.0.0", @@ -49,6 +42,13 @@ "typescript": "2.0.6" }, "devDependencies": { + "@types/fs-extra": "0.0.33", + "@types/handlebars": "^4.0.31", + "@types/highlight.js": "^9.1.8", + "@types/lodash": "^4.14.37", + "@types/marked": "0.0.28", + "@types/minimatch": "^2.0.29", + "@types/shelljs": "^0.3.32", "grunt": "^1.0.1", "grunt-cli": "^1.2.0", "grunt-contrib-clean": "^1.0.0",