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"