Update the manifest to include an inDev property
This commit is contained in:
parent
f3aecc1ce8
commit
f1b23c54d8
2 changed files with 5 additions and 3 deletions
|
|
@ -28,13 +28,14 @@
|
|||
"path": "langs/en-ca.json"
|
||||
}
|
||||
],
|
||||
"url": "https://github.com/Eldritch-Oliver/Foundry-RipCrypt",
|
||||
"manifest": "https://github.com/Eldritch-Oliver/Foundry-RipCrypt/releases/latest/download/module.json",
|
||||
"download": "#{DOWNLOAD}#",
|
||||
"url": "",
|
||||
"manifest": "",
|
||||
"download": "",
|
||||
"readme": "README.md",
|
||||
"bugs": "",
|
||||
"socket": true,
|
||||
"flags": {
|
||||
"inDev": true,
|
||||
"hotReload": {
|
||||
"extensions": ["css", "hbs", "json", "mjs", "svg"],
|
||||
"paths": ["assets", "templates", "langs", "module", "dev"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue