PayPal Braintree Client SDK
Wrapper module to test and release combined client SDK modules for PayPal and Braintree.
Quick Start
Adding a new component module
Warning: only use exact module versions.
npm install --save --save-exact my-sdk-component
Updating all components
npm run update-modules
Updating specific components
npm run update-modules -- --filter=paypal-checkoutnpm run update-modules -- --filter=braintree-hosted-fieldsnpm run update-modules -- --filter=paypal-checkout,braintree-hosted-fields
Release
Warning: this will trigger a production deploy.
npm run release