Skip to content

Commit

Permalink
Add relationships
Browse files Browse the repository at this point in the history
  • Loading branch information
cswendrowski committed Sep 14, 2022
1 parent 1ac566b commit 6f2015f
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,29 @@
"version": "This is auto replaced",
"library": "false",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"compatibility": {
"minimum": 10,
"verified": 10
},
"authors": [
{
"name": "Cody Swendrowski",
"discord": "cswendrowski#9701",
"patreon": "ironmoose"
}
],
"dependencies": [],
"relationships": {
"required": [
{
"type": "module",
"name": "vueport"
},
{
"type": "module",
"name": "dlopen"
}
]
},
"esmodules": [
"/scripts/module.js"
],
Expand Down

0 comments on commit 6f2015f

Please sign in to comment.