0.3.2 • Published 5 years ago

@netgroup/stat-dashboard-frontend-lib v0.3.2

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

Statistikaameti juhtimislaudade komponendid

Bundling for distribution

To publish this library to npmjs.com, first create a new version using npm version command. Note that this command also creates a git version commit and tag so you should also push those changes.

git checkout master
git pull
npm version [major|minor|patch]
git push --tags origin

Once you've bumped the version, issue npm publish command.

npm publish [--dry-run]