Instructions for edit this project.
- 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.
- Edit the version attribute inside package.json file.
- Edit *CHANGELOG.md" file, adding the new features.
- Commit the changes.
- Create a new tag.
- Push commits with *follow tags" param.
- Publish the new package to npm.