Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 555 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 555 Bytes

Contributing

Installing dependencies

$ yarn install

npm doesn't install the correct dependencies for eslint so we use yarn.

Regenerating dist/index.js

$ yarn run package

It is recommended to add this as a git pre-commit hook:

$ cp pre-commit .git/hooks/pre-commit

Adding a new Ruby version

This is entirely automated now since this issue. If you do not see a new version more than 24 hours after it was released feel free to file an issue.