Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Trying to deploy this thing
  • Loading branch information
VojtaStruhar committed Dec 29, 2023
1 parent 7aca39f commit 4cca6c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
dist
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "steam-review",
"version": "0.1.0",
"version": "2.0.0",
"private": true,
"homepage": "https://VojtaStruhar.github.io/steam-review-template",
"dependencies": {
Expand All @@ -15,7 +15,7 @@
"preview": "astro preview",
"astro": "astro",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
"deploy": "gh-pages -d dist"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 4cca6c9

Please sign in to comment.