Skip to content

Commit

Permalink
fix: include pissing files from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Soc Sieng committed Nov 11, 2020
1 parent 2719bdf commit 57b0cdc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/button-angular/package-template.json
Expand Up @@ -22,7 +22,18 @@
"@angular/core": ">=8.0.0",
"@types/googlepay": "^0.5.1"
},
"files": ["dist/*", "bundles/*", "ems2015/*", "fesm2015/*", "lib/*", "*.d.ts", "*.json", "README.md"],
"files": [
"dist/*",
"bundles/*",
"ems2015/*",
"fesm2015/*",
"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 57b0cdc

Please sign in to comment.