Skip to content

Commit 65f8b5c

Browse files
committed
fix(Module JSON)
- Fixed up module JSON - Added Changelog
1 parent d66ddb1 commit 65f8b5c

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# 11.0.1 - First Stab at it
2+
- Damage Numbers should now pop up on roll
3+
- Damage numbers only appear over the first target unless you have **PF2E Target Damage** installed
4+
- Unsure how this module works with other clients
5+
- TODO
6+
- Settings for module
7+
- Color options
8+
- performance optimization
9+
- Text options
10+
- Crit Message idea

module.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@
1616
}
1717
],
1818
"relationships": {
19-
"systems": [{
19+
"systems": [
20+
{
2021
"id": "pf2e",
2122
"type": "system",
2223
"manifest": "https://github.com/foundryvtt/pf2e/releases/latest/download/system.json"
23-
}],
24-
"requires": []
24+
}
25+
]
2526
},
2627
"esmodules": [
2728
"scripts/module.js"
@@ -42,12 +43,14 @@
4243
"url": "#{URL}#",
4344
"manifest": "#{MANIFEST}#",
4445
"download": "#{DOWNLOAD}#",
46+
"changelog": "https://github.com/cadowtin/pf2e-rpg-numbers/blob/master/CHANGELOG.md",
47+
"bugs": "https://github.com/cadowtin/pf2e-rpg-numbers/issues",
4548
"license": "LICENSE",
46-
"readme": "README.md",
49+
"readme": "https://github.com/cadowtin/pf2e-rpg-numbers/blob/master/README.md",
4750
"media": [
4851
{
4952
"type": "icon",
5053
"url": "https://avatars2.githubusercontent.com/u/71292812?s=400&u=ccdb4eeb7abf551ca8f314e5a9bfd0479a4d3d41&v=4"
5154
}
5255
]
53-
}
56+
}

0 commit comments

Comments
 (0)