Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix save game #172

Merged
merged 17 commits into from
Jul 22, 2023
Merged
37 changes: 37 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bugs": "https://github.com/oskarrough/slaytheweb/issues",
"type": "module",
"scripts": {
"start": "vite dev",
"dev": "vite dev",
"lint": "eslint src tests --fix",
"test": "ava",
"test:watch": "ava --watch",
Expand All @@ -34,6 +34,7 @@
"htm": "^3.1.1",
"immer": "^9.0.21",
"preact": "^10.16.0",
"superjson": "^1.13.1",
"tone": "^14.8.49"
},
"release-it": {
Expand Down
Loading