From f0a20b16f5474f4036562d5f498d59370c1d086e Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 12 Nov 2025 12:28:15 -0700 Subject: [PATCH] chore(meteor): drop co-author section --- dot_config/meteor/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/meteor/config.json b/dot_config/meteor/config.json index f26b3a5ff8f419f875d33083d999847554c5c40a..808ec88a2a7fd539ff09609cbd6fcbab92b18f5f 100644 --- a/dot_config/meteor/config.json +++ b/dot_config/meteor/config.json @@ -1,5 +1,5 @@ { - "coauthors": [{ "name": "Crush", "email": "crush@charm.land" }], + "coauthors": [], "commitTitleCharLimit": 50, "commitBodyLineLength": 72 }