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