Skip to content

gabor-s/aurelia-mdl-dialog

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published