Skip to content

Commit

Permalink
update project info
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb committed Jul 4, 2024
1 parent ba5c133 commit 8efce92
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ concurrency:
group: ${{ github.workflow }}

env:
ITCH_USER: seansleblanc
ITCH_GAME: js-walkaround-template
ITCH_USER: sweetheartsquad
ITCH_GAME: mech-jam-5
DISCORD_USERNAME: ${{ github.repository }}
DISCORD_AVATAR: https://raw.githubusercontent.com/${{ github.repository }}/main/src/assets/icon.png

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# js-walkaround-template
# mech-jam-5

![icon](./public/assets/icon.png)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"private": true,
"name": "js-walkaround-template",
"name": "mech-jam-5",
"version": "1.0.0",
"description": "Template for a js walkaround game",
"author": "Sean S. LeBlanc <sean.s.leblanc@gmail.com>",
"description": "TODO: title",
"author": "SweetHeart Squad <sweetheartsquad@gmail.com>",
"type": "module",
"scripts": {
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const htmlReplaceTitlePlugin: Plugin = {
transformIndexHtml: {
order: 'pre',
handler(html: string) {
return html.replace('<title>TITLE</title>', `<title>${pkg.name}</title>`);
return html.replace('<title>TITLE</title>', `<title>${pkg.description}</title>`);
},
},
};
Expand Down

0 comments on commit 8efce92

Please sign in to comment.