Forien / foundryvtt-forien-armoury

MIT License
9 stars 10 forks source link

[BUG] Not working with 0.0.6 due to dependencies #23

Closed LeRatierBretonnien closed 4 years ago

LeRatierBretonnien commented 4 years ago

Describe the bug Unable to activate modules due to restrictive values in the dependencies section

Test with 0.0.6 and wfrp4e 2.1 -> blocking case !

I order to fix this, remove the explicit versions from Babele and Wfrp4e systems in the module.json, section dependencies.

LeRatierBretonnien commented 4 years ago

Tested syntax shall be : "dependencies": [ { "name": "wfrp4e", "type": "system" }, { "name": "babele", "type": "module" } ],