If you've found an issue, or are proposing a new feature, why not issue a PR with the fix / proposal!? If you don't have time for that, issues are always welcome.
We just use NPM.
npm install
We use Jest for running our tests. All tests should be located in a __tests__
directory next to the files they're testing.
To run the tests:
jest
Only certain people can release but this is the process:
npm version [typeOrVersion]
npm publish
git push --follow-tags
We place a heavy emphasis on bundle size and strive to keep it below 1k. To check on the bundle size, just run:
npm run size