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