From 8d5a6716e1c5c5b688460382a4f452346802088a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Fri, 30 Sep 2022 22:07:48 +0200 Subject: [PATCH] v10 compat: Migrate manifest --- module.json | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/module.json b/module.json index c01ff4d..15f8b8b 100644 --- a/module.json +++ b/module.json @@ -1,10 +1,12 @@ { - "name": "drag-ruler", + "id": "drag-ruler", "title": "Drag Ruler", "description": "When dragging a token displays a ruler showing how far you've moved that token.", "version": "1.12.8", - "minimumCoreVersion" : "9.245", - "compatibleCoreVersion" : "9", + "compatibility": { + "minimum": "10", + "verified": "10" + }, "authors": [ { "name": "Manuel Vögele", @@ -57,12 +59,15 @@ "path": "lang/zh-tw.json" } ], - "dependencies": [ - { - "name": "socketlib", - "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json" - } - ], + "relationships": { + "requires": [ + { + "id": "socketlib", + "type": "module", + "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json" + } + ] + }, "socket": true, "url": "https://github.com/manuelVo/foundryvtt-drag-ruler", "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/releases/download/v1.12.8/drag-ruler-1.12.8.zip",