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 <[email protected]> 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" } } }
