Skip to content

Commit c19e2ae

Browse files
requazarKade-github
authored andcommitted
Fix formatting issues in 01.Introduction.md
how did this even happen
1 parent 6ba2c7b commit c19e2ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

assets/content/cookbook/Introduction/01.Introduction.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ Inside this file, we will put the information the game needs in order to learn a
1818
"description": "An introductory mod.",
1919
"contributors": [
2020
{
21-
"name": "EliteMasterEric",
22-
},
21+
"name": "EliteMasterEric"
22+
}
2323
],
2424
"dependencies": {
25-
"modA": "1.0.0",
25+
"modA": "1.0.0"
2626
},
2727
"optionalDependencies": {
28-
"modB": "1.3.2",
28+
"modB": "1.3.2"
2929
},
3030
"api_version": "0.8.0",
3131
"mod_version": "1.0.0",
32-
"license": "Apache-2.0",
32+
"license": "Apache-2.0"
3333
}
3434
```
3535

0 commit comments

Comments
 (0)