@instedd/surveda-d3-components
v1.1.1
Published
Surveda D3 React components
Downloads
53
Keywords
Readme
surveda-d3-components
Install
docker-compose run --rm node yarn installTest
docker-compose run --rm node yarn installPublish a new version
vim package.json # update version
git add package.json && git commit -m "Version bump (v1.x.y)"
git tag v1.x.y
docker-compose run --rm node yarn run clean
docker-compose run --rm node yarn run build
npm publish
git push --tags