From 0bc87c4ac4c78658838feaba7594daf0df1e7da5 Mon Sep 17 00:00:00 2001 From: Mike Bloy Date: Sat, 24 Jun 2023 19:21:50 -0500 Subject: [PATCH] add dependencies --- module.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/module.json b/module.json index be9427a..7117781 100644 --- a/module.json +++ b/module.json @@ -21,5 +21,17 @@ "system": "swade", "path": "packs/adventure-chapter-1" } - ] + ], + "relationships": { + "requires": [ + { + "id": "swpf-core-rules", + "type": "module" + }, + { + "id": "swpf-bestiary", + "type": "module" + } + ] + } } \ No newline at end of file