# Development

Edit source, run unit tests, run end to end tests and release
new version commands:

```sh
npm test
grunt release
npm publish
```