From 0c91856a52aaaeeafb2d526a0bda58992dccdecc Mon Sep 17 00:00:00 2001 From: sladecraven Date: Tue, 25 Aug 2020 15:07:06 +0200 Subject: [PATCH] Remove dependancies --- module.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/module.json b/module.json index 368c18f..3e24efc 100644 --- a/module.json +++ b/module.json @@ -2,21 +2,11 @@ "name": "wfrp4e-eis-maps", "title": "WFRP4E - Fan-made maps for Ennemy in Shadows", "description": "Module for maps for EiS (aka chapter 1 of the Imperial Campaign)", - "version": "0.0.3", + "version": "0.0.4", "minimumCoreVersion" : "0.6.0", "compatibleCoreVersion": "1.0.0", "author": "LeRatierBretonnien", "dependencies": [ - { - "name": "wfrp4e", - "manifest": "https://raw.githubusercontent.com/CatoThe1stElder/WFRP-4th-Edition-FoundryVTT/stable/system.json", - "version": "1.6.0" - }, - { - "name": "babele", - "manifest": "https://gitlab.com/riccisi/foundryvtt-babele/raw/master/module/module.json", - "version": "1.19.0" - } ], "esmodules": [ ],