From 9bc83ccd56f21eac4ffc68c39d1a74439e9ba051 Mon Sep 17 00:00:00 2001 From: Christopher Vagnetoft Date: Tue, 1 Oct 2024 18:46:54 +0200 Subject: [PATCH] Add bin to composer.json --- composer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6761708..9e30833 100644 --- a/composer.json +++ b/composer.json @@ -16,5 +16,8 @@ ], "require": { "symfony/yaml": "^7.1" - } -} + }, + "bin": [ + "bin/jedit" + ] +} \ No newline at end of file