From b45081554a476d67180e512b705e26dcef693e2c Mon Sep 17 00:00:00 2001 From: Alexander Gaal Date: Fri, 12 Aug 2022 11:02:46 +0200 Subject: [PATCH] fix directory separator --- box.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/box.json b/box.json index a6cda41..2fcba86 100644 --- a/box.json +++ b/box.json @@ -16,6 +16,5 @@ "compactors": [ "KevinGH\\Box\\Compactor\\Php", "KevinGH\\Box\\Compactor\\Json" - ], - "main": "alias" -} \ No newline at end of file + ] +}