Skip to content

Commit

Permalink
update manifest file after GitHub publish
Browse files Browse the repository at this point in the history
small tweak to the author and change the URLs
  • Loading branch information
kaelad02 committed Jan 8, 2022
1 parent 3900f58 commit 02832b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "adv-reminder",
"title": "Advantage Reminder for dnd5e",
"description": "Using the active effect keys defined by Midi QOL, set the default of certain die rolls to advantage/disadvantage/critical.",
"author": "kaelad",
"author": "kaelad02",
"version": "0.1",
"minimumCoreVersion": "0.8.9",
"compatibleCoreVersion": "0.8.9",
Expand All @@ -14,9 +14,9 @@
"systems": ["dnd5e"],
"esmodules": ["src/module.js"],
"styles": ["css/adv-reminder.css"],
"url": "https://seieroe.synology.me/adv-reminder",
"manifest": "https://seieroe.synology.me/adv-reminder/module.json",
"download": "https://seieroe.synology.me/adv-reminder/adv-reminder-v0.1.zip",
"changelog": "https://seieroe.synology.me/adv-reminder/CHANGELOG.md",
"readme": "https://seieroe.synology.me/adv-reminder/README.md"
"url": "https://github.com/kaelad02/adv-reminder",
"manifest": "https://github.com/kaelad02/adv-reminder/releases/latest/download/module.json",
"download": "https://github.com/kaelad02/adv-reminder/releases/download/v0.1/module.zip",
"changelog": "https://github.com/kaelad02/adv-reminder/blob/main/CHANGELOG.md",
"readme": "https://github.com/kaelad02/adv-reminder/blob/main/README.md"
}

0 comments on commit 02832b8

Please sign in to comment.