Rename manifest file since I forgot it needs to be named system.json
This commit is contained in:
parent
a48071b29a
commit
4a1747d4e1
2 changed files with 10 additions and 8 deletions
43
module.json
43
module.json
|
|
@ -1,43 +0,0 @@
|
|||
{
|
||||
"id": "ripcrypt",
|
||||
"title": "RipCrypt",
|
||||
"description": "",
|
||||
"version": "0.0.0",
|
||||
"compatibility": {
|
||||
"minimum": 12,
|
||||
"verified": 12,
|
||||
"maximum": 12
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Oliver Akins",
|
||||
"url": "https://oliver.akins.me"
|
||||
}
|
||||
],
|
||||
"esmodules": [
|
||||
"module/main.mjs"
|
||||
],
|
||||
"styles": [],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English (Canadian)",
|
||||
"path": "langs/en-ca.json"
|
||||
}
|
||||
],
|
||||
"url": "https://github.com/Oliver-Akins/Foundry-RipCrypt",
|
||||
"manifest": "https://github.com/Oliver-Akins/Foundry-RipCrypt/releases/latest/download/module.json",
|
||||
"download": "https://github.com/Oliver-Akins/Foundry-RipCrypt/releases/latest/download/release.zip",
|
||||
"readme": "README.md",
|
||||
"bugs": "",
|
||||
"flags": {
|
||||
"hotReload": {
|
||||
"extensions": ["css", "hbs", "json", "mjs", "svg"],
|
||||
"paths": ["Apps", "langs", "styles", "module"]
|
||||
}
|
||||
},
|
||||
"documentTypes": {
|
||||
"Actor": {},
|
||||
"Item": {}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue