closs-common
v1.0.70
Published
## How to publish to npm
Readme
Shared npm package between clinic interface and mobile application
How to publish to npm
Start with running the pre-publish script to babelify the source code and package it in the lib folder
npm run prepublish
Update the version number in package.json and push to git repo to keep version numbers in sync.
Then you can proceed to publish to npm
npm publish
