#!/usr/bin/env bash
git add .
git commit -m "version ::package.json:version::" 
git push 
npm publish
