diff --git a/module.json b/module.json index 0424e9e..a8b79fe 100644 --- a/module.json +++ b/module.json @@ -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}#", - "library": "false", "manifestPlusVersion": "1.2.0", "compatibility": { "minimum": 10, @@ -20,16 +19,17 @@ { "id": "pf2e", "type": "system", - "manifest": "https://github.com/foundryvtt/pf2e/releases/latest/download/system.json" + "manifest": "https://github.com/foundryvtt/pf2e/releases/latest/download/system.json", + "compatibility": { + "minimum": "5.2.1", + "verified": "5.3.0" + } } ] }, "esmodules": [ "scripts/module.js" ], - "scripts": [ - "scripts/lib/lib.js" - ], "styles": [ "styles/module.css" ], @@ -45,12 +45,5 @@ "download": "#{DOWNLOAD}#", "changelog": "https://github.com/cadowtin/pf2e-rpg-numbers/blob/master/CHANGELOG.md", "bugs": "https://github.com/cadowtin/pf2e-rpg-numbers/issues", - "license": "LICENSE", - "readme": "https://github.com/cadowtin/pf2e-rpg-numbers/blob/master/README.md", - "media": [ - { - "type": "icon", - "url": "https://avatars2.githubusercontent.com/u/71292812?s=400&u=ccdb4eeb7abf551ca8f314e5a9bfd0479a4d3d41&v=4" - } - ] + "readme": "https://github.com/cadowtin/pf2e-rpg-numbers/blob/master/README.md" } \ No newline at end of file diff --git a/scripts/exampls.js b/scripts/example.js similarity index 100% rename from scripts/exampls.js rename to scripts/example.js diff --git a/scripts/lib/lib.js b/scripts/lib/lib.js deleted file mode 100644 index e69de29..0000000