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" ] }