Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryBeaver committed Jan 3, 2023
1 parent 9638f40 commit 9329a09
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 9 deletions.
62 changes: 54 additions & 8 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Beaver's Potions",
"description": "A Content Module",
"id": "beavers-potions",
"version": "1.0.3",
"version": "1.0.5",
"authors": [
{
"name": "angryBeaver",
Expand All @@ -18,12 +18,6 @@
],
"styles": [
],
"dependencies": [
{
"name": "midi-qol",
"type": "module"
}
],
"packs": [
{
"entity": "Item",
Expand Down Expand Up @@ -71,9 +65,61 @@
"id": "dnd5e",
"type": "system",
"compatibility": {
"verified": "2.0.0"
"verified": "2.0.3"
}
}
],
"requires": [
{
"id": "midi-qol",
"type": "module",
"manifest": "https://gitlab.com/tposney/midi-qol/raw/master/package/module.json",
"compatibility": {
"verified": "10.0.23"
}
},
{
"id": "times-up",
"type": "module",
"manifest": "https://gitlab.com/tposney/times-up/raw/master/package/module.json",
"compatibility": {
"verified": "0.1.0"
}
},
{
"id": "dae",
"type": "module",
"manifest": "https://gitlab.com/tposney/dae/raw/master/package/module.json",
"compatibility": {
"verified": "0.5.6"
}
},
{
"id": "itemacro",
"type": "module",
"manifest": "https://github.com/Kekilla0/Item-Macro/releases/latest/download/module.json",
"compatibility": {
"verified": "1.8.0"
}
},
{
"id": "dfreds-convenient-effects",
"type": "module",
"manifest": "https://github.com/DFreds/dfreds-convenient-effects/releases/latest/download/module.json",
"compatibility": {
"verified": "2.1.2"
}
},
{
"id": "ActiveAuras",
"type": "module",
"manifest": "https://raw.githubusercontent.com/Kandashi/Active-Auras/releases/latest/download/module.json",
"compatibility": {
"verified": "0.5.4"
}
}


]
},
"compatibility": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "beavers-potions",
"title": "Beaver's Potions",
"version": "1.0.3",
"version": "1.0.5",
"description": "Potions",
"devDir": "C:\\Users\\Riess\\AppData\\Local\\FoundryVTT\\Data\\modules",
"main": "src/main.js",
Expand Down

0 comments on commit 9329a09

Please sign in to comment.