The module is published to the npm public registry under the package name plaid.
The publishing process is handled by xyz and is exposed as a Makefile target.
To publish:
$ git checkout master
$ git pull [email protected]:plaid/plaid-node.git master
$ make release-[major|minor|patch]
See the semantic versioning guidelines to determine what level of release to publish.
Note: You MUST be a package owner to publish the module.