From 35f4c2e44ada90ca46de0017b645a147091e2325 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 3 Feb 2023 18:55:06 +0000 Subject: [PATCH] build: update the main and output filenames --- box.json.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/box.json.dist b/box.json.dist index 2be9c11..d45a411 100644 --- a/box.json.dist +++ b/box.json.dist @@ -5,6 +5,6 @@ "templates", "vendor" ], - "main": "bin/build-config.php", - "output": "build/build-config" + "main": "bin/build-configs", + "output": "build/build-configs" }