- removing support of eslint-plugin-dollar-sign
- updated readme.md with instructions how to add it back
- end of support for Node.js 6
- lint change from
"lint": "eslint \"src/**\" --cache"
to"lint": "eslint . --cache"
- updated readme.md
- add enzyme with config for snapshot testing, small fixes
- init commit