From 3cb7ed51703fffa79bf91837330b5b65dccd7579 Mon Sep 17 00:00:00 2001 From: Bilal2453 Date: Sat, 4 Mar 2023 17:58:01 +0300 Subject: [PATCH] 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" +}