From 4497ad91482125e2885d02402386ba3c5882dd85 Mon Sep 17 00:00:00 2001 From: Ryan Liptak Date: Fri, 5 Jun 2020 12:50:11 -0700 Subject: [PATCH] Fix trailing comma in repo.json --- repo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo.json b/repo.json index ef9cd50..064ecbb 100644 --- a/repo.json +++ b/repo.json @@ -10,6 +10,6 @@ "Require": { "micro": ">=2.0.0" } - }, + } ] }] -- 2.44.0