From 4adfb78c7e3fb2c0cfa6fa1ca4a09f88561bbc82 Mon Sep 17 00:00:00 2001 From: Wrycu Date: Tue, 21 May 2024 13:40:15 -0700 Subject: [PATCH] chore(dependencies): add jb2a as an optional dependency #186 --- module.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/module.json b/module.json index b12e103..056c642 100644 --- a/module.json +++ b/module.json @@ -64,6 +64,16 @@ "verified": "2.0.15" } } + ], + "recommends": [ + { + "id": "JB2A_DnD5e", + "type": "module", + "compatability": { + "minimum": "0.6.3", + "verified": "0.6.3" + } + } ] }, "socket": true,