This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/uuid/CONTRIBUTING.md
2020-11-01 22:46:04 +00:00

513 B
Raw Blame History

Contributing

Please feel free to file GitHub Issues or propose Pull Requests. Were always happy to discuss improvements to this library!

Testing

npm test

Releasing

Releases are supposed to be done from master, version bumping is automated through standard-version:

npm run release -- --dry-run  # verify output manually
npm run release               # follow the instructions from the output of this command