You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ge...@apache.org on 2021/04/05 18:04:07 UTC

[incubator-annotator] 02/02: Fix typedoc entrypoint

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 <ge...@treora.com>
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/"]
 }