From b7339c25e59200fcd54eb7f80257f6f33630f3fb Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Mon, 3 Feb 2020 11:05:42 -0500 Subject: [PATCH] chore: remove typedoc --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 836b52c..3f4cbc8 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "jest": "^24.9.0", "ts-jest": "^24.1.0", "tsd": "^0.10.0", - "typedoc": "^0.15.0", "typescript": "^3.6.4", "updeep": "^1.2.0" }, @@ -26,7 +25,7 @@ "description": "Updeep-friendly Redux helper framework", "scripts": { "docsify:serve": "docsify serve docs", - "build": "tsc && typedoc", + "build": "tsc", "test": "jest" }, "version": "1.2.0",