# shipper-options
A place to keep shipper options

## Publishing updates
```bash
npm version patch
git push
oprah
# merge PR
git checkout main
git pull
npm publish --access public
```
