Skip to content

Commit

Permalink
Merge pull request #8 from farling42/main
Browse files Browse the repository at this point in the history
Make module.json compatible with Foundry V10
  • Loading branch information
TarkanAl-Kazily authored Sep 27, 2022
2 parents d7e937c + 6f97fbd commit bec84aa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion module.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
{
"id": "one-page-parser",
"name": "one-page-parser",
"title": "One Page Parser",
"description": "Import instant scenes from One Page Dungeon",
"author": "Tarkan Al-Kazily",
"authors": [ { "name": "Tarkan Al-Kazily"} ],
"version": "0.5.1",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion" : "0.8.8",
"compatibleCoreVersion" : "10",
"esmodules": [
"scripts/one_page_parser.js",
"scripts/hello.js"
],
"compatibility": {
"minimum": "0.8.6",
"verified": "10"
},
"url": "https://github.com/TarkanAl-Kazily/one-page-parser",
"manifest": "https://github.com/TarkanAl-Kazily/one-page-parser/releases/latest/download/module.json",
"download": "https://github.com/TarkanAl-Kazily/one-page-parser/archive/main.zip"
Expand Down

0 comments on commit bec84aa

Please sign in to comment.