Skip to content

Commit

Permalink
update module.json for 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zarmstrong committed Jun 28, 2021
1 parent b9c6a73 commit f6b7072
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@
"name": "pathbuilder2e-import",
"title": "Pathbuilder 2e Import",
"description": "This module adds a button to the top of player character sheets allowing them to quickly import their character from Pathbuilder 2e.",
"author": "Redrazors",
"author": "slate",
"version": "0.2.4",
"minimumCoreVersion": "0.8.7",
"compatibleCoreVersion": "0.8.7",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "0.8.8",
"scripts": [
"./pathbuilder-import.js"
],
"styles": [],
"packs": [],
"url": "https://github.com/Doctor-Unspeakable/foundry-pathbuilder2e-import",
"manifest": "https://raw.githubusercontent.com/Doctor-Unspeakable/foundry-pathbuilder2e-import/master/module.json",
"download": "https://github.com/Doctor-Unspeakable/foundry-pathbuilder2e-import/archive/23.zip"
"license": "MIT",
"url": "https://github.com/zarmstrong/foundry-pathbuilder2e-import",
"manifest": "https://raw.githubusercontent.com/zarmstrong/foundry-pathbuilder2e-import/master/module.json",
"download": "https://github.com/zarmstrong/foundry-pathbuilder2e-import/releases/download/foundry-pathbuilder2e-import-0.2.4/foundry-pathbuilder2e-import-0.2.4.zip",
"changelog": "https://github.com/zarmstrong/foundry-pathbuilder2e-import/blob/master/CHANGELOG.md",
"bugs": "https://github.com/zarmstrong/herovau.lt-foundry/issues",
"allowBugReporter": true
}

0 comments on commit f6b7072

Please sign in to comment.