From b262af08cb02723efe6dfa2979326118ab43691c Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Sun, 24 May 2026 03:08:37 +0200 Subject: [PATCH] Match module id to directory name convention Same rationale as the sibling map-editor repo: manifest id is the short directory name (map-editor-test), not the sporel-module- prefixed form. --- manifest.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.module b/manifest.module index 6b7fe8a..f8d4965 100644 --- a/manifest.module +++ b/manifest.module @@ -1,5 +1,5 @@ { - "id": "sporel-module-map-editor-test", + "id": "map-editor-test", "version": "0.1.0", "kind": "test-module", "api": "^0.1",