foundryvtt-gmScreen
foundryvtt-gmScreen copied to clipboard
Module.json Warning
Looks like the module.json is using the wrong version of dependencies that's outdated. Was sick of seeing the warning on launch. Fixed the issue but Don't know how to contribute to someone else's repo. Just keep getting perm issue.
"dependencies":[],
Should be changed to the following
"relationships": { "requires": [ ] },
And it should work fine!
New pull request with the fix: https://github.com/ElfFriend-DnD/foundryvtt-gmScreen/pull/161