From c77834ef10e4302595b3d13b48f9cd6d73b8860e Mon Sep 17 00:00:00 2001
From: hanfi <ccc@spahan.ch>
Date: Mon, 19 Jun 2023 07:49:20 +0200
Subject: [PATCH] fix package name

---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 37e412a..3838249 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
-  "name": "customer",
+  "name": "worker",
   "version": "1.0.0",
-  "description": "Customer Website",
+  "description": "Worker Website",
   "main": "index.js",
   "scripts": {
     "test": "echo \"Error: no test specified!\" && exit 1",
-- 
GitLab