update module.json for switch from github
This commit is contained in:
parent
1b8e9e00a6
commit
813c045970
1 changed files with 14 additions and 8 deletions
22
module.json
22
module.json
|
|
@ -2,19 +2,25 @@
|
||||||
"id": "duality-roller",
|
"id": "duality-roller",
|
||||||
"title": "Daggerheart Duality Dice Roller",
|
"title": "Daggerheart Duality Dice Roller",
|
||||||
"description": "Adds a button next to the chat dice/controls that triggers the /dr command for the Foundryborne Daggerheart system.",
|
"description": "Adds a button next to the chat dice/controls that triggers the /dr command for the Foundryborne Daggerheart system.",
|
||||||
"version": "0.1.6",
|
"version": "0.1.7",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "13",
|
"minimum": "13",
|
||||||
"verified": "13"
|
"verified": "13"
|
||||||
},
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
{ "name": "cptn_cosmo" }
|
{
|
||||||
|
"name": "cptn_cosmo"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"esmodules": [
|
||||||
|
"scripts/dr-button.js"
|
||||||
|
],
|
||||||
|
"styles": [
|
||||||
|
"styles/dr-button.css"
|
||||||
],
|
],
|
||||||
"esmodules": ["scripts/dr-button.js"],
|
|
||||||
"styles": ["styles/dr-button.css"],
|
|
||||||
"packs": [],
|
"packs": [],
|
||||||
"languages": [],
|
"languages": [],
|
||||||
"url": "https://github.com/cptn-cosmo/DualityDiceRoller",
|
"url": "https://git.geeks.gay/cosmo/DualityDiceRoller",
|
||||||
"manifest": "https://github.com/cptn-cosmo/DualityDiceRoller/releases/latest/download/module.json",
|
"manifest": "https://git.geeks.gay/cosmo/DualityDiceRoller/src/branch/main/module.json",
|
||||||
"download": "https://github.com/cptn-cosmo/DualityDiceRoller/releases/download/0.1.6/duality-roller.zip"
|
"download": "https://git.geeks.gay/cosmo/DualityDiceRoller/releases/download/0.1.7/duality-roller.zip"
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue