Skip to content

Commit

Permalink
Update module.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jopeek committed May 27, 2023
1 parent 9bde428 commit 0f83a52
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,46 @@
{
"name": "simple-dice-roller",
"title": "Simple Dice Roller",
"description": "Simple module that allows for quick rolling of common dice.",
"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",
"version": "1.3.7",
"scripts": [
"./simple-dice-roller.js"
"simple-dice-roller.js"
],
"esmodules": [],
"styles": [
"./css/simple-dice-roller.css",
"./css/dicefont.css"
"css/simple-dice-roller.css",
"css/dicefont.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "./lang/en.json"
"path": "lang/en.json",
"flags": {}
},
{
"lang": "fr",
"name": "Français",
"path": "./lang/fr.json"
"path": "lang/fr.json",
"flags": {}
},
{
"lang": "es",
"name": "Español",
"path": "./lang/es.json"
"path": "lang/es.json",
"flags": {}
}
],
"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",
"protected": false,
"coreTranslation": false
}
"id": "simple-dice-roller",
"compatibility": {
"minimum": "9",
"verified": "11"
},
"authors": [
{
"name": "Jan Ole Peek (ChalkOne)",
"flags": {}
}
]
}

0 comments on commit 0f83a52

Please sign in to comment.