From bb5aedf04abe8ff8e49f006ce9f61b5245b8736d Mon Sep 17 00:00:00 2001 From: JaxxMoss Date: Thu, 8 May 2025 23:52:10 +0200 Subject: [PATCH] package.json update: name, descrption, version and private updated to reflect the project. --- ui/package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ui/package.json b/ui/package.json index f23dda3..0770485 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,8 @@ { - "name": "fe", - "version": "0.0.0", - "private": true, + "name": "Macrame - UI", + "description": "Macrame UI - Macrame is a small application that can turn any device into a button panel for your pc.", + "version": "1.0.0", + "private": false, "type": "module", "scripts": { "dev": "vite --host",