Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 584 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 584 Bytes

CORE.Swarm.jspkg

Private NPM package for calling into the external Swarm Compute API

For docuementation on how to consume this package (and/or contribute to its development), please see https://github.com/tt-acm/CORE.Swarm.WebSamples.

Deployment

  1. First, make sure all of your local changes has been committed.
  2. Second, in console run npm version patch to increment package version number.
  3. Next, run npm publish in console to publish your new version.
  4. Lastly, update all web apps that consume this npm package.