From 2756c7a5d55831cbc56dfbb82255873ad8a3a824 Mon Sep 17 00:00:00 2001 From: Hongarc Date: Mon, 16 Sep 2019 14:59:47 +0700 Subject: [PATCH] chore: Move doc tool to `devDependencies` (#245) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 23472ac..aff59a8 100644 --- a/package.json +++ b/package.json @@ -42,9 +42,7 @@ }, "types": "lib/index.d.ts", "dependencies": { - "electron-positioner": "^4.1.0", - "typedoc": "^0.15.0-0", - "typedoc-plugin-markdown": "^2.0.11" + "electron-positioner": "^4.1.0" }, "devDependencies": { "@types/jest": "^24.0.11", @@ -55,6 +53,8 @@ "ts-jest": "^24.0.0", "tslint": "^5.14.0", "tslint-config-semistandard": "^7.0.0", + "typedoc": "^0.15.0-0", + "typedoc-plugin-markdown": "^2.0.11", "typedoc-plugin-no-inherit": "^1.1.9", "typescript": "^3.3.4000" },