Skip to content

Commit

Permalink
Update npm packages to include homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Soc Sieng committed May 26, 2020
1 parent ceffb33 commit d3b59b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "google-pay-button",
"version": "0.3.2",
"version": "0.3.3",
"description": "Google Pay button component",
"main": "dist/GooglePayButton.js",
"types": "dist/GooglePayButton.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/button-element/package-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"repository": {
"url": "https://github.com/google-pay/google-pay-button"
},
"homepage": "https://github.com/google-pay/google-pay-button/tree/master/src/button-element",
"engines": {
"node": ">=8.0.0"
},
Expand Down
1 change: 1 addition & 0 deletions src/button-react/package-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"repository": {
"url": "https://github.com/google-pay/google-pay-button"
},
"homepage": "https://github.com/google-pay/google-pay-button/tree/master/src/button-react",
"engines": {
"node": ">=8.0.0"
},
Expand Down

0 comments on commit d3b59b2

Please sign in to comment.