From f08f781accfc0493e284082e867751f6ea60d54f Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Sat, 18 Apr 2026 19:12:15 -0500 Subject: [PATCH] update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a9532cf..518656d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "jankclient", - "version": "0.2.0", - "description": "A Spacebar Client written in TS, HTML and CSS. to run, clone the repo and do either `npm start` or `bun start` both bun and node are supported, and both should function as expected. To access Fermi Client after init simply go to http://localhost:8080/login and login with your username and password.", + "name": "fermi", + "version": "0.0.1", + "description": "A Harmony Client written in TS, HTML and CSS.", "main": ".dist/index.js", "type": "module", "scripts": {