Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
averrin committed May 31, 2022
1 parent 9fd64e5 commit 7148f1f
Show file tree
Hide file tree
Showing 8 changed files with 580 additions and 33 deletions.
3 changes: 0 additions & 3 deletions languages/en.json

This file was deleted.

32 changes: 9 additions & 23 deletions module.json
@@ -1,50 +1,36 @@
{
"name": "module",
"title": "New Module",
"description": "",
"name": "merchant-control",
"title": "Merchant control",
"description": "Quick restock and price adjastment",
"version": "This is auto replaced",
"library": "false",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"authors": [
{
"name": "The League of Extraordinary FVTT Developers",
"url": "https://github.com/League-of-Foundry-Developers",
"discord": "discordID#0001"
"name": "Averrin",
"url": "https://github.com/averrin",
"discord": "Averrin#0374"
}
],
"dependencies": [

{ "name": "better-rolltables" }
],
"conflicts": [

],
"esmodules": [
"scripts/module.js"
],
"scripts": [
"scripts/lib/lib.js"
"scripts/main.js"
],
"styles": [
"styles/module.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
"styles/main.css"
],
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"license": "LICENSE",
"readme": "README.md",
"media": [
{
"type": "icon",
"url": "https://avatars2.githubusercontent.com/u/71292812?s=400&u=ccdb4eeb7abf551ca8f314e5a9bfd0479a4d3d41&v=4"
}
]
}
Empty file removed scripts/lib/lib.js
Empty file.

0 comments on commit 7148f1f

Please sign in to comment.