Skip to content

Commit 9cc1d63

Browse files
committed
use git+ in pkg.repository.url of all packages
1 parent ed98d5c commit 9cc1d63

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/core-js-builder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "core-js builder",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/zloirock/core-js.git",
8+
"url": "git+https://github.com/zloirock/core-js.git",
99
"directory": "packages/core-js-builder"
1010
},
1111
"funding": {

packages/core-js-bundle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
],
5454
"repository": {
5555
"type": "git",
56-
"url": "https://github.com/zloirock/core-js.git",
56+
"url": "git+https://github.com/zloirock/core-js.git",
5757
"directory": "packages/core-js-bundle"
5858
},
5959
"funding": {

packages/core-js-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "core-js compat",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/zloirock/core-js.git",
8+
"url": "git+https://github.com/zloirock/core-js.git",
99
"directory": "packages/core-js-compat"
1010
},
1111
"funding": {

packages/core-js-pure/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
],
5454
"repository": {
5555
"type": "git",
56-
"url": "https://github.com/zloirock/core-js.git",
56+
"url": "git+https://github.com/zloirock/core-js.git",
5757
"directory": "packages/core-js-pure"
5858
},
5959
"funding": {

packages/core-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
],
5454
"repository": {
5555
"type": "git",
56-
"url": "https://github.com/zloirock/core-js.git",
56+
"url": "git+https://github.com/zloirock/core-js.git",
5757
"directory": "packages/core-js"
5858
},
5959
"funding": {

0 commit comments

Comments
 (0)