0.1.3 • Published 6 years ago

aurelia-model-watch v0.1.3

Weekly downloads
12
License
MIT
Repository
github
Last release
6 years ago

aurelia-model-watch

Platform Support

This library can be used in the browser.

Building

npm run build

Tests

npm run test

Developing

npm run test-watch

Publishing

  1. Bump the version

    npm run bump-version [<newversion> | major | minor | patch]
  2. Prepare the release (run tests, run build, docs, release notes)

    npm run cut-release
  3. Commit, tag, npm publish (not automated)