diff --git a/module.json b/module.json index bbf42fd..095180a 100644 --- a/module.json +++ b/module.json @@ -5,10 +5,11 @@ "name": "Allecks", "url": "https://boosty.to/allecks" }, - "version": "1.0.2", + "version": "1.0.4", "compatibility": { "minimum": "11", - "verified": "12" + "verified": "12", + "maximum": "12" }, "scripts": [], "esmodules": [ @@ -26,12 +27,25 @@ "path": "lang/ru.json" } ], - "requires": [ + "relationships": { + "systems": [ { - "id": "item-piles", - "type": "module" + "id": "dnd5e", + "type": "system", + "compatibility": { + "minimum": "3.2.1", + "maximum": "3.3.99" + } } - ], + ], + "requires": [ + { + "id": "item-piles", + "type": "module" + } + ] + }, + "styles": [ "./merchant.css" ], diff --git a/test_tube_merchant.zip b/test_tube_merchant.zip index c455053..218097b 100644 Binary files a/test_tube_merchant.zip and b/test_tube_merchant.zip differ