Aurelia wrapper for Material Design Lite's Dialog component.
Work in progess!
-
update version in package.json file
-
build the project
npm run build
- commit the changes
git commit -m "Release $$version$$"
- tag the commit
git tag -a v$$version$$ -m "Release $$version$$"
- push the commit and the tag
git push origin master v$$version$$
-
publish package to NPM
npm publish --tag beta