Skip to content

Commit

Permalink
Update module.json
Browse files Browse the repository at this point in the history
Fix #16.
  • Loading branch information
mclemente committed Oct 11, 2023
1 parent c7c1395 commit 336a25d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
],
"url": "https://github.com/League-of-Foundry-Developers/fvtt-initiative-double-click",
"version": "1.7",
"minimumCoreVersion": "11",
"compatibleCoreVersion": "11",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"esmodules": ["Combat.js"],
"styles": ["initiative.css"],
"languages": [
Expand Down

0 comments on commit 336a25d

Please sign in to comment.