@netgroup/stat-dashboard-frontend-lib
v0.3.2
Published
* Generated with [Create React App](https://github.com/facebook/create-react-app). * Diagrams are built with [D3.js](https://d3js.org/). React/D3 code is kept untangled using [react-faux-dom](https://github.com/Olical/react-faux-dom).
Downloads
7
Readme
Statistikaameti juhtimislaudade komponendid
- Generated with Create React App.
- Diagrams are built with D3.js. React/D3 code is kept untangled using react-faux-dom.
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]