Skip to content

Commit

Permalink
Update module.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jopeek committed Sep 19, 2022
1 parent 58e4e6b commit 9bde428
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
"name": "simple-dice-roller",
"title": "Simple Dice Roller",
"description": "Simple module that allows for quick rolling of common dice.",
"author": "Jan Ole Peek (ChalkOne)",
"authors": [],
"authors": [{ "name": "Jan Ole Peek (ChalkOne)" }],
"compatibility": {
"minimum": "10.285",
"verified": "10.285",
"maximum": 10
},
"url": "https://github.com/jopeek/fvtt-simple-dice-roller",
"flags": {},
"version": "1.3.6",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "10",
"scripts": [
"./simple-dice-roller.js"
],
Expand All @@ -34,9 +36,6 @@
"path": "./lang/es.json"
}
],
"packs": [],
"system": [],
"dependencies": [],
"socket": false,
"manifest": "https://raw.githubusercontent.com/jopeek/fvtt-simple-dice-roller/master/module.json",
"download": "https://github.com/jopeek/fvtt-simple-dice-roller/archive/master.zip",
Expand Down

0 comments on commit 9bde428

Please sign in to comment.