From de429f4d2d0beb174fdcfcf26f6a720b23bf9ef5 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Thu, 16 Jan 2025 07:16:31 +0100 Subject: [PATCH] Updates --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 86c3655..3a81094 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moduletrace/turbosync", - "version": "1.0.0", + "version": "1.0.1", "module": "dist/index.js", "scripts": { "start": "node dist/index.js", @@ -12,6 +12,10 @@ "turbosync": "./dist/index.js" }, "description": "Sync files and directories with ease", + "repository": { + "type": "git", + "url": "https://git.tben.me/Moduletrace/turbo-sync.git" + }, "main": "index.js", "author": "Benjamin Toby", "license": "ISC",