# NPM PUBLISHING

## Command Check

Please verify the following before publishing to NPM

[ ] All commands working:
* deploy
* invoke
* remove
* kill
* script
* configure

## How to Publish

[ ] Merge changes to `master` branch

[ ] Using the `master` branch, run the `npm run publish` command. Follow the instructions
    on screen to change to the version number. This will tag the local git repository with that version.
    
[ ] Once publishing is complete, perform a `git --tags push` which will push the tags to the server.
