From d7c45bfa11177670f9b673034e774f8a6d768295 Mon Sep 17 00:00:00 2001 From: Phireh Date: Tue, 31 Dec 2024 14:56:41 +0100 Subject: [PATCH] Pass JSON through a linter --- module.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index da81305..030f16f 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,11 @@ "name": "bae", "title": "Better area effects", "description": "Bullet hell mechanics for everyone.", - "authors:": [ { "name": "Phireh" } ], + "authors:": [ + { + "name": "Phireh" + } + ], "version": "1", - "minimumCoreVersion": "12.331", + "minimumCoreVersion": "12.331" }