From 13375045337b3a52556630783da9f54066d969eb Mon Sep 17 00:00:00 2001 From: Tom Tregellas-Bell Date: Fri, 4 Nov 2022 12:25:53 +0000 Subject: [PATCH] Update module manifest for v10 --- module.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index 3b2c33a..61d48c8 100644 --- a/module.json +++ b/module.json @@ -1,5 +1,5 @@ { - "name": "minimal-ui", + "id": "minimal-ui", "title": "Minimal UI", "author": "JeansenVaars#2857", "authors": [ @@ -17,9 +17,12 @@ "maximum": "10" }, "minimumCoreVersion": "10", - "dependencies": [ - {"name": "colorsettings"} - ], + "relationships": { + "requires": [{ + "id": "colorsettings", + "type": "module" + }] + }, "esmodules": [ "minimalui.js" ], "styles": [ "minimalui.css" ], "languages": [