Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 628 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 628 Bytes

Contributing

Thanks for your interest in contributing to this package! Here are some things to consider when getting started in this repo.

Setup

  • Install dependencies by npm install.

Development

  • Ensure the babel runner is watching for changes: npm run watch.

  • When committing use npm run commit instead of git commit. This will prompt you to input various fields for a conventional commit message, which semantic-release uses to determine the next package version number when deploying to NPM (major, minor, patch).