Skip to content

Commit

Permalink
fix: add keywords to npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
Soc Sieng committed Jun 16, 2020
1 parent 2238e2f commit eb7e1cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/button-element/package-template.json
Expand Up @@ -18,5 +18,6 @@
"dependencies": {
"@types/googlepay": "^0.4.0"
},
"files": ["dist/*", "package.json", "README.md"]
"files": ["dist/*", "package.json", "README.md"],
"keywords": ["googlepay", "google-pay", "button", "custom-element", "web-component"]
}
3 changes: 2 additions & 1 deletion src/button-react/package-template.json
Expand Up @@ -24,5 +24,6 @@
"react": ">=16.3.0",
"react-dom": ">=16.3.0"
},
"files": ["dist/*", "package.json", "README.md"]
"files": ["dist/*", "package.json", "README.md"],
"keywords": ["googlepay", "google-pay", "button", "react"]
}

0 comments on commit eb7e1cb

Please sign in to comment.