From 66c53a608c8283a43f3e7f8e70704830fe9712c4 Mon Sep 17 00:00:00 2001 From: Bilal2453 Date: Sat, 4 Mar 2023 17:55:46 +0300 Subject: [PATCH 1/2] Apply StyLua and add info.json --- addons/luvit/module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/luvit/module b/addons/luvit/module index 5f1b52f..0b3e46b 160000 --- a/addons/luvit/module +++ b/addons/luvit/module @@ -1 +1 @@ -Subproject commit 5f1b52fb2b639bd02f8e19a6b64caac1fdbb9e11 +Subproject commit 0b3e46bc6fe412d94091314400fee67e76b2748c From 3cb7ed51703fffa79bf91837330b5b65dccd7579 Mon Sep 17 00:00:00 2001 From: Bilal2453 Date: Sat, 4 Mar 2023 17:58:01 +0300 Subject: [PATCH 2/2] move the info.json to root dir --- addons/luvit/info.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 addons/luvit/info.json diff --git a/addons/luvit/info.json b/addons/luvit/info.json new file mode 100644 index 0000000..74776fb --- /dev/null +++ b/addons/luvit/info.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://raw.githubusercontent.com/carsakiller/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "Luvit", + "description": "Definitions for the Luvit framework" +}