Skip to content

Commit

Permalink
Update module manifest for v10
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-bell committed Nov 4, 2022
1 parent be16c2c commit 1337504
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "minimal-ui",
"id": "minimal-ui",
"title": "Minimal UI",
"author": "JeansenVaars#2857",
"authors": [
Expand All @@ -17,9 +17,12 @@
"maximum": "10"
},
"minimumCoreVersion": "10",
"dependencies": [
{"name": "colorsettings"}
],
"relationships": {
"requires": [{
"id": "colorsettings",
"type": "module"
}]
},
"esmodules": [ "minimalui.js" ],
"styles": [ "minimalui.css" ],
"languages": [
Expand Down

0 comments on commit 1337504

Please sign in to comment.