Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 543 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (21 loc) · 543 Bytes

Contributing

Instructions for edit this project.

Editing and building code

  • Edit the code.
  • Please, add documentation.
  • Update and execute tests (with immutable.js and without).
npm test
  • Build the library with:
npm run build
  • Commit the changes.

Creating new tag and upload to npm

  • Edit the version attribute inside package.json file.
  • Edit *CHANGELOG.md" file, adding the new features.
  • Commit changes.
  • Create a new tag.
  • Push commits with *follow tags" param.
  • Publish new package to npm.