From f030c293a332385bc3ee77eb2ed2d2993d23cb72 Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Tue, 12 Nov 2024 00:41:21 +0100 Subject: [PATCH] update directory URL --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 0004c960..7dd5e46b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "TUM ESI (https://www.ei.tum.de/en/esi/home/)", + "url": "https://github.com/eclipse-thingweb/playground.git", "directory": "packages/cli" }, "main": "index.js",