npm install react-toolbox-addons1. Checkout project
``bash`
git clone
npm install -g bumped
npm install`
2. Create branch and make changes
3. Buildbash`
npm build
git add .
git commit -m 'new addons'
git push
4. Create Pull Request and merge into master branch
5. Publish
`bash``
git checkout origin/master
git pull
npm login
npm run patch