Skip to content

Commit 5587fda

Browse files
committed
object style dependency
1 parent 9236b54 commit 5587fda

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

mod.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,12 @@
1414
"links": {
1515
"source": "https://github.com/TimeStepYT/DeltaruneTextboxes"
1616
},
17-
"tags": ["customization"],
18-
"dependencies": [
19-
{
20-
"id": "geode.node-ids",
21-
"version": ">=1.19.0",
22-
"importance": "required"
23-
},
24-
{
25-
"id": "geode.custom-keybinds",
17+
"tags": [
18+
"customization"
19+
],
20+
"dependencies": {
21+
"geode.node-ids": ">=1.19.0",
22+
"geode.custom-keybinds": {
2623
"importance": "required",
2724
"version": ">=v1.7.1",
2825
"platforms": [
@@ -32,7 +29,7 @@
3229
"android64"
3330
]
3431
}
35-
],
32+
},
3633
"resources": {
3734
"sprites": [
3835
"resources/undertaleSquare.png",
@@ -104,7 +101,10 @@
104101
"type": "bool",
105102
"default": false,
106103
"description": "Disables <cy>clicking</c> to progress textboxes",
107-
"platforms": ["win", "mac"]
104+
"platforms": [
105+
"win",
106+
"mac"
107+
]
108108
},
109109
"coloredPortraits": {
110110
"name": "Colored Portraits",
@@ -176,4 +176,4 @@
176176
]
177177
}
178178
}
179-
}
179+
}

0 commit comments

Comments
 (0)