paypal-braintree-client-sdk
v1.0.3
Published
Unified SDK wrapper module for tests, shared build config, and deploy.
Readme
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-componentUpdating all components
npm run update-modulesUpdating specific components
npm run update-modules -- --filter=paypal-checkout
npm run update-modules -- --filter=braintree-hosted-fields
npm run update-modules -- --filter=paypal-checkout,braintree-hosted-fieldsRelease
Warning: this will trigger a production deploy.
npm run release