File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This is the Angular component for the Google Pay button.
55## Installation
66
77``` sh
8- npm install @google-pay/button-angular @types/googlepay
8+ npm install @google-pay/button-angular
99```
1010
1111## Example usage: Angular website
Original file line number Diff line number Diff line change 44 "lib" : {
55 "entryFile" : " ../angular-public-api.ts"
66 },
7- "whitelistedNonPeerDependencies" : [" tslib" ]
7+ "whitelistedNonPeerDependencies" : [" @types/googlepay " , " tslib" ]
88}
Original file line number Diff line number Diff line change 1717 "scripts" : {
1818 "build" : " ng build --prod"
1919 },
20- "dependencies" : {},
20+ "dependencies" : {
21+ "@types/googlepay" : " ^0.5.1"
22+ },
2123 "peerDependencies" : {
2224 "@angular/core" : " >=8.0.0" ,
2325 "@types/googlepay" : " ^0.5.1"
3840 "devDependencies" : {
3941 "@angular-devkit/build-ng-packagr" : " ^0.1002.0" ,
4042 "@angular/core" : " ^10.2.2" ,
41- "@types/googlepay" : " ^0.5.1" ,
4243 "ng-packagr" : " ^10.1.2"
4344 }
4445}
You can’t perform that action at this time.
0 commit comments