Skip to content

Commit

Permalink
updated module.json for version 12
Browse files Browse the repository at this point in the history
  • Loading branch information
TerabyteRex authored and flamewave000 committed Jul 25, 2024
1 parent ab16881 commit 62aa8a5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .template/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"title": "Module Name",
"version": "1.0.0",
"description": "Description",
"author": "flamewave000#0001",
"author": [
{
"name": "flamewave000#0001"
}
],
"minimumCoreVersion": "0.8.9",
"compatibleCoreVersion": "0.8.9",
"esmodules": "{{sources}}",
Expand All @@ -17,7 +21,6 @@
"download": "https://dragonflagon.cafe/mods/pak/df-module-name",
"readme": "https://github.com/flamewave000/dragonflagon-fvtt/tree/master/df-module-name/README.md",
"changelog":"https://github.com/flamewave000/dragonflagon-fvtt/tree/master/df-module-name/CHANGELOG.md",
"manifestPlusVersion": "1.0.0",
"bugs": "https://github.com/flamewave000/dragonflagon-fvtt/issues/new/choose",
"authors": [ { "name": "flamewave000", "discord": "flamewave000#0001", "url": "https://github.com/flamewave000" } ],
"media": [
Expand Down

0 comments on commit 62aa8a5

Please sign in to comment.