Skip to content

Commit

Permalink
Merge pull request #1 from krypciak/master
Browse files Browse the repository at this point in the history
Add ccmod.json
  • Loading branch information
2767mr authored Feb 21, 2024
2 parents e180dac + e312b34 commit fe7b313
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions cc-menu-ui-replacement/ccmod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "menu-ui-replacer",
"version": "1.0.4",
"name": "menu-ui-replacer",
"description": "Replace Lea with the character of your choice in the menu!",
"repository": "https://github.com/CCDirectLink/cc-menu-ui-replacement",
"tags": ["library"],
"authors": ["hsifnus", "ac2pic"],
"plugin": "plugin.js",
"postload": "postload.js",
"assets": [
"assets/data/menu.json"
]
}
4 changes: 2 additions & 2 deletions cc-menu-ui-replacement/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "menu-ui-replacer",
"version": "1.0.3",
"version": "1.0.4",
"description": "Replace Lea with the character of your choice in the menu!",
"module": true,
"postload": "postload.js",
"plugin": "plugin.js",
"assets": [
"assets/data/menu.json"
]
}
}

0 comments on commit fe7b313

Please sign in to comment.