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

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

commit 5a75d7cd86d5899b9c80ff457ba2e05120ece6a8
Author: Randall Leeds <[email protected]>
AuthorDate: Mon Aug 3 19:02:53 2020 -0700

    Remove dangling comma in a tsconfig.json file
---
 tsconfig.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tsconfig.json b/tsconfig.json
index 9a05b84..529b902 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -7,5 +7,5 @@
     {
       "path": "./packages/selector/tsconfig.json"
     }
-  ],
+  ]
 }

Reply via email to