From f26a4c1db8439d8f718227ef4322e7acc0bde3dd Mon Sep 17 00:00:00 2001 From: raphael-goetz Date: Thu, 16 Oct 2025 17:47:19 +0200 Subject: [PATCH] fix: changed repository url to expected value --- reader/ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reader/ts/package.json b/reader/ts/package.json index 41fcd02..8e0a379 100644 --- a/reader/ts/package.json +++ b/reader/ts/package.json @@ -23,7 +23,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/code0-tech/code0-definitions.git" + "url": "https://github.com/code0-tech/code0-definition" }, "files": [ "build"