1.0.3 • Published 6 years ago

paypal-braintree-client-sdk v1.0.3

Weekly downloads
1
License
-
Repository
github
Last release
6 years ago

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-checkout
npm run update-modules -- --filter=braintree-hosted-fields
npm run update-modules -- --filter=paypal-checkout,braintree-hosted-fields

Release

Warning: this will trigger a production deploy.

npm run release
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago