Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 7d4e72d

Browse files
authored
Merge pull request #1154 from Shopify/ml-fix-homepage-url
Fix package.json homepage url
2 parents 595262d + d5bbc4d commit 7d4e72d

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.changeset/little-suits-sleep.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/admin-api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@
6969
"bugs": {
7070
"url": "https://github.com/Shopify/shopify-api-js/issues"
7171
},
72-
"homepage": "https://github.com/Shopify/shopify-api-js/packages/admin-api-client#readme"
72+
"homepage": "https://github.com/Shopify/shopify-api-js/tree/main/packages/admin-api-client#readme"
7373
}

packages/graphql-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@
9393
"bugs": {
9494
"url": "https://github.com/Shopify/shopify-api-js/issues"
9595
},
96-
"homepage": "https://github.com/Shopify/shopify-api-js/packages/graphql-client#readme"
96+
"homepage": "https://github.com/Shopify/shopify-api-js/tree/main/packages/graphql-client#readme"
9797
}

packages/storefront-api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@
9191
"bugs": {
9292
"url": "https://github.com/Shopify/shopify-api-js/issues"
9393
},
94-
"homepage": "https://github.com/Shopify/shopify-api-js/packages/storefront-api-client#readme"
94+
"homepage": "https://github.com/Shopify/shopify-api-js/tree/main/packages/storefront-api-client#readme"
9595
}

0 commit comments

Comments
 (0)