Skip to content

Commit 38420bd

Browse files
committed
add homepage field to package.jsons
1 parent 766b69f commit 38420bd

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"type": "git",
55
"url": "https://github.com/zloirock/core-js.git"
66
},
7+
"homepage": "https://core-js.io",
78
"license": "MIT",
89
"author": {
910
"name": "Denis Pushkarev",

packages/core-js-builder/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"url": "git+https://github.com/zloirock/core-js.git",
99
"directory": "packages/core-js-builder"
1010
},
11+
"homepage": "https://core-js.io",
1112
"bugs": {
1213
"url": "https://github.com/zloirock/core-js/issues"
1314
},

packages/core-js-bundle/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"url": "git+https://github.com/zloirock/core-js.git",
5757
"directory": "packages/core-js-bundle"
5858
},
59+
"homepage": "https://core-js.io",
5960
"bugs": {
6061
"url": "https://github.com/zloirock/core-js/issues"
6162
},

packages/core-js-compat/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"url": "git+https://github.com/zloirock/core-js.git",
99
"directory": "packages/core-js-compat"
1010
},
11+
"homepage": "https://core-js.io",
1112
"bugs": {
1213
"url": "https://github.com/zloirock/core-js/issues"
1314
},

packages/core-js-pure/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"url": "git+https://github.com/zloirock/core-js.git",
5757
"directory": "packages/core-js-pure"
5858
},
59+
"homepage": "https://core-js.io",
5960
"bugs": {
6061
"url": "https://github.com/zloirock/core-js/issues"
6162
},

packages/core-js/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"url": "git+https://github.com/zloirock/core-js.git",
5757
"directory": "packages/core-js"
5858
},
59+
"homepage": "https://core-js.io",
5960
"bugs": {
6061
"url": "https://github.com/zloirock/core-js/issues"
6162
},

0 commit comments

Comments
 (0)