This is an automated email from the ASF dual-hosted git repository.

gerben pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git

commit 6d550019f130293699de8b344243ea8cd9c30188
Author: Gerben <[email protected]>
AuthorDate: Mon Apr 5 20:02:22 2021 +0200

    Fix typedoc entrypoint
    
    The entrypoint referred to was removed in commit 848dc3c
---
 typedoc.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typedoc.json b/typedoc.json
index d2aeb6e..bd8a5e1 100644
--- a/typedoc.json
+++ b/typedoc.json
@@ -1,3 +1,3 @@
 {
-  "entryPoints": ["packages/apache-annotator/src/index.ts"]
+  "entryPoints": ["packages/apache-annotator/src/"]
 }

Reply via email to