N-FIN-v1.0.1: update package.json

This commit is contained in:
Markus Thielker 2024-03-11 12:10:58 +01:00
parent d04b83f707
commit 897cf58d2a
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

5
package-lock.json generated
View file

@ -1,12 +1,13 @@
{ {
"name": "next-finances", "name": "next-finances",
"version": "1.0.0", "version": "1.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "next-finances", "name": "next-finances",
"version": "1.0.0", "version": "1.0.1",
"license": "MIT",
"dependencies": { "dependencies": {
"@hookform/resolvers": "^3.3.4", "@hookform/resolvers": "^3.3.4",
"@lucia-auth/adapter-prisma": "^4.0.0", "@lucia-auth/adapter-prisma": "^4.0.0",

View file

@ -2,7 +2,7 @@
"name": "next-finances", "name": "next-finances",
"description": "A finances application to keep track of my personal spendings", "description": "A finances application to keep track of my personal spendings",
"homepage": "https://github.com/MarkusThielker/next-finances", "homepage": "https://github.com/MarkusThielker/next-finances",
"version": "1.0.0", "version": "1.0.1",
"license": "MIT", "license": "MIT",
"author": { "author": {
"name": "Markus Thielker" "name": "Markus Thielker"