From c53dc992aed003b7b893b9aaea7d596a3e146d06 Mon Sep 17 00:00:00 2001 From: Cristian Greco Date: Tue, 17 Mar 2026 09:55:00 +0000 Subject: [PATCH] Fix etcd/vault `repository.url` in package.json --- packages/modules/etcd/package.json | 2 +- packages/modules/vault/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/modules/etcd/package.json b/packages/modules/etcd/package.json index a6bac6c77..2162d6a55 100644 --- a/packages/modules/etcd/package.json +++ b/packages/modules/etcd/package.json @@ -13,7 +13,7 @@ "homepage": "https://github.com/testcontainers/testcontainers-node#readme", "repository": { "type": "git", - "url": "https://github.com/testcontainers/testcontainers-node" + "url": "git+https://github.com/testcontainers/testcontainers-node.git" }, "bugs": { "url": "https://github.com/testcontainers/testcontainers-node/issues" diff --git a/packages/modules/vault/package.json b/packages/modules/vault/package.json index 55764ee8b..b3d732544 100644 --- a/packages/modules/vault/package.json +++ b/packages/modules/vault/package.json @@ -13,7 +13,7 @@ "homepage": "https://github.com/testcontainers/testcontainers-node#readme", "repository": { "type": "git", - "url": "https://github.com/testcontainers/testcontainers-node" + "url": "git+https://github.com/testcontainers/testcontainers-node.git" }, "bugs": { "url": "https://github.com/testcontainers/testcontainers-node/issues"