0.0.8 • Published 2 years ago
@passionio/payments v0.0.8
Feature Plugin Payments
This repository contains payments feaure plugin for applications that use the independenc3/feature-plugin framework.
Publishing a new version
npm publish
- Run
yarn buildto generate js bundles for npm in./builddirectory. - Update
versionnumber in package.json. - The
npm publishcommand is used to publish the feature plugins as separate npm packages. This allows you to easily distribute and consume these plugins in your applications.
Before running this command, make sure you have configured the necessary credentials and access rights to publish packages on the npm registry, and that you have updated the version in package.json.
npm publish