Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 549 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 549 Bytes

aurelia-mdl-dialog

Aurelia wrapper for Material Design Lite's Dialog component.

Work in progess!

Releasing

  1. update version in package.json file

  2. build the project

npm run build
  1. commit the changes
git commit -m "Release $$version$$"
  1. tag the commit
git tag -a v$$version$$ -m "Release $$version$$"
  1. push the commit and the tag
git push origin master v$$version$$
  1. publish package to NPM

npm publish --tag beta