From f010c4f540df32122c5762f3e9ba49fda3312383 Mon Sep 17 00:00:00 2001 From: Dario Pranjic Date: Sat, 28 Mar 2026 16:13:46 +0100 Subject: [PATCH 1/2] Add GitHub URL to repository field in package.json --- ts/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ts/package.json b/ts/package.json index 00e66b3..e13a654 100644 --- a/ts/package.json +++ b/ts/package.json @@ -3,6 +3,10 @@ "version": "0.0.0", "description": "TypeScript SDK for the hercules action runner", "main": "./dist/src/index.js", + "repository": { + "type": "git", + "url": "git+https://github.com/code0-tech/tucana.git" + }, "exports": { ".": { "types": "./dist/src/index.d.ts", From f9b2f9407d87504f3d883bf8514826f20b9182aa Mon Sep 17 00:00:00 2001 From: Dario Pranjic <96529060+Knerio@users.noreply.github.com> Date: Sat, 28 Mar 2026 16:14:43 +0100 Subject: [PATCH 2/2] Update ts/package.json Co-authored-by: Niklas van Schrick Signed-off-by: Dario Pranjic <96529060+Knerio@users.noreply.github.com> --- ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/package.json b/ts/package.json index e13a654..8d2c469 100644 --- a/ts/package.json +++ b/ts/package.json @@ -5,7 +5,7 @@ "main": "./dist/src/index.js", "repository": { "type": "git", - "url": "git+https://github.com/code0-tech/tucana.git" + "url": "git+https://github.com/code0-tech/hercules.git" }, "exports": { ".": {