From 5d852dafc0f3245f8d9d56adfa511b352a113c65 Mon Sep 17 00:00:00 2001 From: derekpierre Date: Tue, 8 Oct 2024 08:22:04 -0400 Subject: [PATCH] Remove packages/pre from taco-web docs. --- typedoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typedoc.json b/typedoc.json index ec18be54..d2662cd5 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,6 +1,6 @@ { "extends": ["./typedoc.base.json"], - "entryPoints": ["packages/pre", "packages/shared", "packages/taco", "packages/taco-auth"], + "entryPoints": ["packages/shared", "packages/taco", "packages/taco-auth"], "entryPointStrategy": "packages", "name": "@nucypher/taco-web" }