Bump Package version

Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
Benny Samir Hierl 2022-02-05 08:10:26 +01:00
parent d3135e8530
commit 2685f2a536
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{
"name": "wishlist",
"version": "0.1.0",
"version": "0.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {
"@prisma/client": "^3.8.1",
"axios": "^0.25.0",

View file

@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"dev": "concurrently --kill-others \"npm run dev:frontend\" \"npm run dev:backend\"",
"dev:frontend": "vite",