Skip to content

Commit

Permalink
Converted manifest fully to v10+ syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
zeel01 committed Jul 24, 2023
1 parent c1d68d9 commit abdb8cb
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"name": "custom-css",
"id": "custom-css",
"title": "Custom CSS",
"description": "Add custom CSS to your world",
"version": "2.2.1",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "9",
"version": "2.2.2",
"compatibility": {
"minimum": "0.6.0",
"verified": 10
"minimum": 10,
"verified": 11
},
"authors": [
{
Expand All @@ -31,11 +28,11 @@
],
"relationships": {
"requires": [
{
{
"id": "_CodeMirror",
"type": "module"
}
]
]
},
"languages": [
{
Expand Down

0 comments on commit abdb8cb

Please sign in to comment.