From 90b4fe56781873170715a8002fe5b0b3112154ee Mon Sep 17 00:00:00 2001 From: lovesh Date: Mon, 25 Nov 2024 17:30:41 +0530 Subject: [PATCH] Remove typedoc theme Signed-off-by: lovesh --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0664135e..9374e09a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "test-ps": "TEST_SIGNATURE_SCHEME=PS yarn jest", "test-bbdt16": "TEST_SIGNATURE_SCHEME=BBDT16 yarn jest", "test-all": "yarn test-bbs && yarn test-bbs+ && yarn test-ps && yarn test-bbdt16", - "typedoc": "typedoc src --plugin typedoc-github-theme --out __typedoc__" + "typedoc": "typedoc src --out __typedoc__" }, "license": "Apache-2.0", "private": false,