From 9cc1d632f97f9fe1db7aa0b28268ef6a0ee37985 Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Thu, 15 Aug 2024 20:11:44 +0700 Subject: [PATCH] use `git+` in `pkg.repository.url` of all packages --- packages/core-js-builder/package.json | 2 +- packages/core-js-bundle/package.json | 2 +- packages/core-js-compat/package.json | 2 +- packages/core-js-pure/package.json | 2 +- packages/core-js/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/core-js-builder/package.json b/packages/core-js-builder/package.json index 81e21d40e516..86cf3c0a5526 100644 --- a/packages/core-js-builder/package.json +++ b/packages/core-js-builder/package.json @@ -5,7 +5,7 @@ "description": "core-js builder", "repository": { "type": "git", - "url": "https://github.com/zloirock/core-js.git", + "url": "git+https://github.com/zloirock/core-js.git", "directory": "packages/core-js-builder" }, "funding": { diff --git a/packages/core-js-bundle/package.json b/packages/core-js-bundle/package.json index 0222ef3a6111..f5f9a496e6a0 100644 --- a/packages/core-js-bundle/package.json +++ b/packages/core-js-bundle/package.json @@ -53,7 +53,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/zloirock/core-js.git", + "url": "git+https://github.com/zloirock/core-js.git", "directory": "packages/core-js-bundle" }, "funding": { diff --git a/packages/core-js-compat/package.json b/packages/core-js-compat/package.json index fbb719c23cc4..ecd464a2fb84 100644 --- a/packages/core-js-compat/package.json +++ b/packages/core-js-compat/package.json @@ -5,7 +5,7 @@ "description": "core-js compat", "repository": { "type": "git", - "url": "https://github.com/zloirock/core-js.git", + "url": "git+https://github.com/zloirock/core-js.git", "directory": "packages/core-js-compat" }, "funding": { diff --git a/packages/core-js-pure/package.json b/packages/core-js-pure/package.json index a1c14def1531..6fe62492ab9e 100644 --- a/packages/core-js-pure/package.json +++ b/packages/core-js-pure/package.json @@ -53,7 +53,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/zloirock/core-js.git", + "url": "git+https://github.com/zloirock/core-js.git", "directory": "packages/core-js-pure" }, "funding": { diff --git a/packages/core-js/package.json b/packages/core-js/package.json index a6a76c003b6f..2aebb7f6f16b 100644 --- a/packages/core-js/package.json +++ b/packages/core-js/package.json @@ -53,7 +53,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/zloirock/core-js.git", + "url": "git+https://github.com/zloirock/core-js.git", "directory": "packages/core-js" }, "funding": {