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",