release: 0.0.1

This commit is contained in:
Elias Schneider
2022-10-17 23:05:50 +02:00
parent 6b86ab0e49
commit 3cea22ad13
2 changed files with 47 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "pingvin-share",
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"format": "cd frontend && npm run format && cd ../backend && npm run format",
"lint": "cd frontend && npm run lint && cd ../backend && npm run lint",