Browse Source

Add url and manifest fields to manifest

tags/0.0.1
bertieb 3 years ago
parent
commit
e9a14f7271
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      module.json

+ 3
- 1
module.json View File

@@ -5,5 +5,7 @@
"authors": [{ "name": "BertieB", "email": "foundry@bertieb.org", "url": "https://bertieb.org" }],
"version": "0.0.1",
"minimumCoreVersion": "0.6.5",
"scripts": [ "scripts/wallconvert.js" ]
"scripts": [ "scripts/wallconvert.js" ],
"url": "https://git.bertieb.org/bertieb/foundry-walls-to-drawing"
"manifest": "https://git.bertieb.org/bertieb/foundry-walls-to-drawing/raw/branch/master/module.json"
}

Loading…
Cancel
Save