Skip to content

Commit a8e4c6f

Browse files
committed
fix: fix main branch
1 parent 40406e9 commit a8e4c6f

File tree

3 files changed

+188
-703
lines changed

3 files changed

+188
-703
lines changed

models/ShipFrame.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"FRAME_TRANSPORT",
2020
"FRAME_DESTROYER",
2121
"FRAME_CRUISER",
22-
"FRAME_CARRIER"
22+
"FRAME_CARRIER",
23+
"FRAME_BULK_FREIGHTER"
2324
],
2425
"description": "Symbol of the frame."
2526
},

models/ShipModule.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,5 @@
5050
"$ref": "./ShipRequirements.json"
5151
}
5252
},
53-
"required": [
54-
"symbol",
55-
"name",
56-
"description",
57-
"requirements"
58-
]
59-
}
53+
"required": ["symbol", "name", "description", "requirements"]
54+
}

0 commit comments

Comments
 (0)