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

[incubator-annotator] 01/05: Remove trailing comma in lerna.json

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 79c5cf2e1981c3f453622cf23ce4d1325266218c
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Wed Feb 3 18:44:06 2021 -0800

    Remove trailing comma in lerna.json
---
 lerna.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lerna.json b/lerna.json
index de3c3e7..08e4097 100644
--- a/lerna.json
+++ b/lerna.json
@@ -9,7 +9,7 @@
     "version": {
       "noGitTagVersion": true,
       "noPush": true,
-      "preid": "dev",
+      "preid": "dev"
     }
   }
 }