Skip to content

Commit

Permalink
Extra module json attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Aug 4, 2023
1 parent 3e06d0c commit 66f0cca
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"title": "PF2E RPG Numbers",
"description": "A module that gives damage pop up text when you roll damage in pf2e.",
"version": "#{VERSION}#",
"manifestPlusVersion": "1.2.0",
"compatibility": {
"minimum": "10",
"verified": "11",
Expand All @@ -19,15 +18,16 @@
{
"id": "pf2e",
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/latest/download/system.json",
"compatibility": {
"minimum": "5.2.1",
"verified": "5.3.0"
}
"compatibility": [
{
"minimum": "5.2.1",
"verified": "5.3.0"
}
]
}
]
},
"scripts": [
"esmodules": [
"./scripts/module.js"
],
"languages": [
Expand All @@ -40,7 +40,5 @@
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"changelog": "https://github.com/cadowtin/pf2e-rpg-numbers/blob/master/CHANGELOG.md",
"bugs": "https://github.com/cadowtin/pf2e-rpg-numbers/issues",
"readme": "https://github.com/cadowtin/pf2e-rpg-numbers/blob/master/README.md"
}

0 comments on commit 66f0cca

Please sign in to comment.