Contributing
- Fork the repo
- Create your feature branch: git checkout -b my-new-feature
- Install package with 'npm install the-most-repeated-letter'
- Add row 'const repeatedLetter = require('the-most-repeated-letter');' to file which will use the package
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature