Skip to content

Commit

Permalink
Updated manifest for Foundry v10
Browse files Browse the repository at this point in the history
  • Loading branch information
zeel01 committed Sep 9, 2022
1 parent a59da03 commit c2a18e0
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
@@ -1,10 +1,10 @@
{
"name": "_CodeMirror",
"id": "_CodeMirror",
"title": "CodeMirror",
"description": "LIBRARY: CodeMirror - This module is just a dependency for other modules to include the CodeMirror library. Also offers the ability to replace the default macro editor if desired.",
"version": "5.58.3-fvtt4",
"version": "5.58.3-fvtt5",
"library": true,
"author": "zeel",
"authors": [
{
"name": "zeel",
Expand All @@ -21,8 +21,12 @@
"url": "[email protected]"
}
],
"minimumCoreVersion": "0.0.0",
"compatibleCoreVersion": "1.0.0",
"minimumCoreVersion": "6",
"compatibleCoreVersion": "10",
"compatibility": {
"minimum": 6,
"verified": 10
},
"scripts": [
"lib/codemirror.js",
"cm-game-settings.js",
Expand Down Expand Up @@ -70,9 +74,9 @@
"path": "lang/fr.json"
}
],
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/codemirror-lib/master/module.json",
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/codemirror-lib/releases/latest/download/module.json",
"url": "https://github.com/League-of-Foundry-Developers/codemirror-lib",
"download": "https://github.com/League-of-Foundry-Developers/codemirror-lib/releases/download/5.58.3-fvtt4/_CodeMirror.zip",
"download": "https://github.com/League-of-Foundry-Developers/codemirror-lib/releases/download/5.58.3-fvtt5/_CodeMirror.zip",
"media": [
{
"type": "icon",
Expand Down

0 comments on commit c2a18e0

Please sign in to comment.