From f5d694150f7f8c0412119026e1f2d2662539306d Mon Sep 17 00:00:00 2001 From: roxwize Date: Fri, 31 Jan 2025 17:08:07 -0500 Subject: [PATCH] mark version Signed-off-by: roxwize --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c5e8abd..8a01a5f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "frontend", - "version": "1.0.0", - "description": "", + "name": "mipilin", + "version": "0.1.0", + "description": "Fun social mood tracker for you and all your friends", "type": "module", "main": "main.ts", "scripts": { @@ -9,8 +9,7 @@ "start": "node dist/main.js", "dev": "tsx main.ts" }, - "keywords": [], - "author": "", + "author": "roxwize", "license": "ISC", "dependencies": { "bcrypt": "^5.1.1",