Skip to content

Commit

Permalink
fix: broken angular packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
dmengelt committed Dec 13, 2022
1 parent f5a7996 commit 4ca7abe
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/button-angular/package-template.json
Expand Up @@ -24,7 +24,17 @@
"@angular/core": ">=8.0.0",
"@types/googlepay": "^0.6.3"
},
"files": ["dist/**"],
"files": [
"esm2020/*",
"fesm2015/*",
"fesm2020/*",
"lib/*",
"button-angular/*",
"google-pay-button-angular.*",
"*.d.ts",
"*.json",
"README.md"
],
"keywords": ["googlepay", "google-pay", "google-pay-button", "button", "angular"],
"devDependencies": {
"@angular-devkit/build-ng-packagr": "^0.1002.0",
Expand Down

0 comments on commit 4ca7abe

Please sign in to comment.