# Models

This is a shared repository that includes models that should be shared across all BoxKnight services. 
Do not include anything for the controller, service or repository layers of your application in this package.

### Steps for publishing
* `npm set registry https://registry.npmjs.org` 
* `npm login` (Use your gobolt org npm account, not the secondcloset one)
* `npm version <new-version>`
* `npm publish` -> You should see the newest version here: https://www.npmjs.com/package/@gobolt/models?activeTab=versions
