v10 compat: Migrate manifest
This commit is contained in:
+14
-9
@@ -1,10 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "drag-ruler",
|
"id": "drag-ruler",
|
||||||
"title": "Drag Ruler",
|
"title": "Drag Ruler",
|
||||||
"description": "When dragging a token displays a ruler showing how far you've moved that token.",
|
"description": "When dragging a token displays a ruler showing how far you've moved that token.",
|
||||||
"version": "1.12.8",
|
"version": "1.12.8",
|
||||||
"minimumCoreVersion" : "9.245",
|
"compatibility": {
|
||||||
"compatibleCoreVersion" : "9",
|
"minimum": "10",
|
||||||
|
"verified": "10"
|
||||||
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Manuel Vögele",
|
"name": "Manuel Vögele",
|
||||||
@@ -57,12 +59,15 @@
|
|||||||
"path": "lang/zh-tw.json"
|
"path": "lang/zh-tw.json"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": [
|
"relationships": {
|
||||||
{
|
"requires": [
|
||||||
"name": "socketlib",
|
{
|
||||||
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json"
|
"id": "socketlib",
|
||||||
}
|
"type": "module",
|
||||||
],
|
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"socket": true,
|
"socket": true,
|
||||||
"url": "https://github.com/manuelVo/foundryvtt-drag-ruler",
|
"url": "https://github.com/manuelVo/foundryvtt-drag-ruler",
|
||||||
"download": "https://github.com/manuelVo/foundryvtt-drag-ruler/releases/download/v1.12.8/drag-ruler-1.12.8.zip",
|
"download": "https://github.com/manuelVo/foundryvtt-drag-ruler/releases/download/v1.12.8/drag-ruler-1.12.8.zip",
|
||||||
|
|||||||
Reference in New Issue
Block a user