From aa9b40154cc4a62a97ed9e42424a7caf1442b066 Mon Sep 17 00:00:00 2001 From: SachaMorard <2254275+SachaMorard@users.noreply.github.com> Date: Fri, 2 Jan 2026 06:50:43 +0100 Subject: [PATCH] fix: gh action --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 026679c..8e6a678 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/edgee-cloud/typescript-sdk" + }, "exports": { ".": { "types": "./dist/index.d.ts",