From 24f569070f5db48e8eb5c0ccdc037357cb1614dc Mon Sep 17 00:00:00 2001 From: Christopher Vagnetoft Date: Tue, 1 Oct 2024 23:02:51 +0200 Subject: [PATCH] Rename to jsonedit --- bin/{jedit => jsonedit} | 0 composer.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename bin/{jedit => jsonedit} (100%) diff --git a/bin/jedit b/bin/jsonedit similarity index 100% rename from bin/jedit rename to bin/jsonedit diff --git a/composer.json b/composer.json index e3b56bf..22ee855 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,6 @@ "symfony/yaml": "^7.1" }, "bin": [ - "bin/jedit" + "bin/jsonedit" ] }