Skip to content

Commit

Permalink
Merge pull request #23 from JarrettSpiker/dev
Browse files Browse the repository at this point in the history
Remove comments from module.json which break github actions
  • Loading branch information
JarrettSpiker authored Sep 9, 2023
2 parents 1562c55 + 3ab2f89 commit 36eb957
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/module.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"id": "foundry-redirect",
"name": "foundry-redirect", // retained for compatibility with foundry versions < 10
"name": "foundry-redirect",
"title": "Foundry Redirect: Better invitation links",
"description": "A module to create static invitation links which look like a regular URL, and don't need to be resent every time your IP address changes",
"author": "JarrettSpiker",
"version": "2.0.4",
"minimumCoreVersion": "0.7.9", // retained for compatibility with foundry versions < 10
"compatibleCoreVersion" : "11", // retained for compatibility with foundry versions < 10
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion" : "11",
"compatibility": {
"minimum": "0.7.9",
"verified": "11"
Expand Down

0 comments on commit 36eb957

Please sign in to comment.