Skip to content

Latest commit

History

History
15 lines (11 loc) 路 291 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) 路 291 Bytes

Contributing

Publish a new release

  • Update the version in package.json.
  • Create a new release with the new version as the name.
  • Publish the release.
  • A GitHub workflow will run and publish the new version to NPM.

Testing

yarn install
yarn test