Skip to content

Commit

Permalink
chore(homepage): add where missing, consistent line
Browse files Browse the repository at this point in the history
  • Loading branch information
nstuyvesant committed Aug 18, 2024
1 parent 661906b commit 9719a19
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"release": {
"branch": "master"
},
"homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/carbon-design-system/carbon-charts.git"
Expand Down
1 change: 1 addition & 0 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"directory": "dist",
"access": "public"
},
"homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/carbon-design-system/carbon-charts.git",
Expand Down
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"lint": "eslint",
"format": "prettier . --write --ignore-path ../../.prettierignore"
},
"homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/carbon-design-system/carbon-charts.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"publishConfig": {
"access": "restricted"
},
"homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/carbon-design-system/carbon-charts.git",
Expand Down Expand Up @@ -86,7 +87,6 @@
"bugs": {
"url": "https://github.com/carbon-design-system/carbon-charts/issues"
},
"homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
"maintainers": [
{
"name": "Eliad Moosavi",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/carbon-design-system/carbon-charts.git",
Expand Down Expand Up @@ -104,7 +105,6 @@
"bugs": {
"url": "https://github.com/carbon-design-system/carbon-charts/issues"
},
"homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
"maintainers": [
{
"name": "Eliad Moosavi",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/carbon-design-system/carbon-charts.git",
Expand All @@ -65,7 +66,6 @@
"bugs": {
"url": "https://github.com/carbon-design-system/carbon-charts/issues"
},
"homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
"maintainers": [
{
"name": "Eric Liu",
Expand Down
1 change: 1 addition & 0 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"access": "public",
"tag": "next"
},
"homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/carbon-design-system/carbon-charts.git",
Expand Down

0 comments on commit 9719a19

Please sign in to comment.