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

Commit

Permalink
Merge pull request #1154 from Shopify/ml-fix-homepage-url
Browse files Browse the repository at this point in the history
Fix package.json homepage url
  • Loading branch information
melissaluu authored Jan 18, 2024
2 parents 595262d + d5bbc4d commit 7d4e72d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/little-suits-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion packages/admin-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@
"bugs": {
"url": "https://github.com/Shopify/shopify-api-js/issues"
},
"homepage": "https://github.com/Shopify/shopify-api-js/packages/admin-api-client#readme"
"homepage": "https://github.com/Shopify/shopify-api-js/tree/main/packages/admin-api-client#readme"
}
2 changes: 1 addition & 1 deletion packages/graphql-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@
"bugs": {
"url": "https://github.com/Shopify/shopify-api-js/issues"
},
"homepage": "https://github.com/Shopify/shopify-api-js/packages/graphql-client#readme"
"homepage": "https://github.com/Shopify/shopify-api-js/tree/main/packages/graphql-client#readme"
}
2 changes: 1 addition & 1 deletion packages/storefront-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@
"bugs": {
"url": "https://github.com/Shopify/shopify-api-js/issues"
},
"homepage": "https://github.com/Shopify/shopify-api-js/packages/storefront-api-client#readme"
"homepage": "https://github.com/Shopify/shopify-api-js/tree/main/packages/storefront-api-client#readme"
}

0 comments on commit 7d4e72d

Please sign in to comment.