Skip to content

Commit

Permalink
fix: update homepage property of package.json from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Soc Sieng committed Jun 19, 2020
1 parent 5dfe00a commit 0ab5994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/button-element/package-template.json
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/google-pay/google-pay-button",
"directory": "src/button-element"
},
"homepage": "https://github.com/google-pay/google-pay-button/tree/master/src/button-element",
"homepage": "https://github.com/google-pay/google-pay-button/tree/main/src/button-element#readme",
"engines": {
"node": ">=8.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/button-react/package-template.json
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/google-pay/google-pay-button",
"directory": "src/button-react"
},
"homepage": "https://github.com/google-pay/google-pay-button/tree/master/src/button-react",
"homepage": "https://github.com/google-pay/google-pay-button/tree/main/src/button-react#readme",
"engines": {
"node": ">=8.0.0"
},
Expand Down

0 comments on commit 0ab5994

Please sign in to comment.