From 173734fafbab4bef5a8cff7d54095b2092e03f51 Mon Sep 17 00:00:00 2001 From: Brad Parbs Date: Tue, 1 Oct 2024 20:13:25 -0500 Subject: [PATCH] Remove unneeded script description --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 8294b50df..2be0a8e0d 100644 --- a/composer.json +++ b/composer.json @@ -74,7 +74,6 @@ "i18n-po": "Update existing .po files.", "i18n-mo": "Generate new language .mo files.", "i18n-json": "Generate new language .json files.", - "i18n-json-rename": "Rename the language json files to remove the pesky hash.", "test": "Run all test scripts.", "test-standards": "Check files against coding standards without fixing." },