SearchTap
==========

### How to test

- `npm run dev` will start a webpack server in watch mode. 
- open test.html and test

### How to build

`npm run build` will create a minified production js file


### Push to NPM
- npm version minor|major|patch
- npm publish