From 39b5138435a9b7e137a36d21278c76fa81e0fe33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20K=C3=B6nig?= <33655937+jkoenig134@users.noreply.github.com> Date: Thu, 1 Feb 2024 18:29:50 +0100 Subject: [PATCH] chore: run npm pkg fix (#10) --- packages/app-runtime/package.json | 2 +- packages/consumption/package.json | 2 +- packages/content/package.json | 2 +- packages/iql/package.json | 2 +- packages/runtime/package.json | 2 +- packages/transport/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/app-runtime/package.json b/packages/app-runtime/package.json index 7747ce365..ccf5d5122 100644 --- a/packages/app-runtime/package.json +++ b/packages/app-runtime/package.json @@ -5,7 +5,7 @@ "homepage": "https://enmeshed.eu", "repository": { "type": "git", - "url": "https://github.com/nmshd/runtime", + "url": "git+https://github.com/nmshd/runtime.git", "directory": "packages/app-runtime" }, "license": "MIT", diff --git a/packages/consumption/package.json b/packages/consumption/package.json index a4962e716..65f1e997c 100644 --- a/packages/consumption/package.json +++ b/packages/consumption/package.json @@ -5,7 +5,7 @@ "homepage": "https://enmeshed.eu", "repository": { "type": "git", - "url": "https://github.com/nmshd/runtime", + "url": "git+https://github.com/nmshd/runtime.git", "directory": "packages/consumption" }, "license": "MIT", diff --git a/packages/content/package.json b/packages/content/package.json index a11147679..a4fa24667 100644 --- a/packages/content/package.json +++ b/packages/content/package.json @@ -5,7 +5,7 @@ "homepage": "https://enmeshed.eu", "repository": { "type": "git", - "url": "https://github.com/nmshd/runtime", + "url": "git+https://github.com/nmshd/runtime.git", "directory": "packages/content" }, "license": "MIT", diff --git a/packages/iql/package.json b/packages/iql/package.json index 99f6f18d0..ff6eb0b53 100644 --- a/packages/iql/package.json +++ b/packages/iql/package.json @@ -5,7 +5,7 @@ "homepage": "https://enmeshed.eu", "repository": { "type": "git", - "url": "https://github.com/nmshd/runtime", + "url": "git+https://github.com/nmshd/runtime.git", "directory": "packages/iql" }, "license": "MIT", diff --git a/packages/runtime/package.json b/packages/runtime/package.json index c6e69d4b7..73492c532 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -5,7 +5,7 @@ "homepage": "https://enmeshed.eu", "repository": { "type": "git", - "url": "https://github.com/nmshd/runtime", + "url": "git+https://github.com/nmshd/runtime.git", "directory": "packages/runtime" }, "license": "MIT", diff --git a/packages/transport/package.json b/packages/transport/package.json index 34bd77254..26fa727f0 100644 --- a/packages/transport/package.json +++ b/packages/transport/package.json @@ -5,7 +5,7 @@ "homepage": "https://enmeshed.eu", "repository": { "type": "git", - "url": "https://github.com/nmshd/runtime", + "url": "git+https://github.com/nmshd/runtime.git", "directory": "packages/transport" }, "license": "MIT",