From 4db760bc606689d4a50fb7ed918945eb4f6be780 Mon Sep 17 00:00:00 2001 From: Calic Date: Tue, 12 May 2026 23:14:38 +0200 Subject: [PATCH] =?UTF-8?q?fix(P.3.4):=20manifest=20schema=20=E2=80=94=20a?= =?UTF-8?q?dd=20api,=20entry=5Fpoint;=20exact-match=20dep=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.module b/manifest.module index a9f0351..9340ec4 100644 --- a/manifest.module +++ b/manifest.module @@ -2,8 +2,10 @@ "id": "lib-sporel.launcher", "version": "0.1.0", "kind": "module", + "api": "^0.1", "name": "Sporel Launcher", + "entry_point": "init.lua", "deps": [ - { "id": "lib-core.input", "version": "^0.3.0" } + { "id": "lib-core.input", "version": "0.3.0" } ] }