Skip to content

Commit

Permalink
fix(Module.json)
Browse files Browse the repository at this point in the history
- Moar Fixes
  • Loading branch information
ChasarooniZ committed Aug 3, 2023
1 parent 65f8b5c commit 27af271
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
19 changes: 6 additions & 13 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}#",
"library": "false",
"manifestPlusVersion": "1.2.0",
"compatibility": {
"minimum": 10,
Expand All @@ -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"
],
Expand All @@ -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"
}
File renamed without changes.
Empty file removed scripts/lib/lib.js
Empty file.

0 comments on commit 27af271

Please sign in to comment.