Skip to content

Commit

Permalink
update height and fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractMelon committed May 2, 2024
1 parent a51a07e commit f11fd51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thunderstore-packager/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packageBtn.addEventListener("click", function () {
"version_number": version,
"website_url": website,
"description": description,
"dependencies": "BepInEx-BepInExPack-5.4.2100", dependencies
"dependencies": dependencies
};

// Convert manifest object to JSON string
Expand Down
2 changes: 1 addition & 1 deletion thunderstore-packager/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body {
display: flex;
justify-content: center;
align-items: center;
min-height: 180vh;
min-height: 200vh;
}

.container {
Expand Down

0 comments on commit f11fd51

Please sign in to comment.