From 2118f04b6338d5fdb5772343299589352a127137 Mon Sep 17 00:00:00 2001
From: Benjamin Toby <benoti.san@gmail.com>
Date: Thu, 16 Jan 2025 06:32:50 +0100
Subject: [PATCH] Updates

---
 package.json | 6 +++++-
 publish.sh   | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index be86c6b..f68e8c8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "@moduletrace/nodecid",
-    "version": "1.0.0",
+    "version": "1.0.1",
     "description": "Simple CI/CD process",
     "main": "dist/index.js",
     "bin": {
@@ -15,6 +15,10 @@
         "Continuous Integration",
         "Continous Deployment"
     ],
+    "repository": {
+        "type": "git",
+        "url": "https://git.tben.me/Moduletrace/nodecid.git"
+    },
     "author": "Benjamin Toby",
     "license": "MIT",
     "dependencies": {
diff --git a/publish.sh b/publish.sh
index 763a50d..30ebeea 100755
--- a/publish.sh
+++ b/publish.sh
@@ -11,4 +11,4 @@ fi
 git add .
 git commit -m "$msg"
 git push
-npm publish
+bun publish