Updating node_modules

This commit is contained in:
Chris Raynor 2020-09-29 15:05:16 +01:00
parent 8200c137dc
commit 47fa956a52
No known key found for this signature in database
GPG key ID: 579A1FBC36FDA261
87 changed files with 3011 additions and 260 deletions

18
node_modules/uuid/CONTRIBUTING.md generated vendored Normal file
View file

@ -0,0 +1,18 @@
# Contributing
Please feel free to file GitHub Issues or propose Pull Requests. We're always happy to discuss improvements to this library!
## Testing
```shell
npm test
```
## Releasing
Releases are supposed to be done from master, version bumping is automated through [`standard-version`](https://github.com/conventional-changelog/standard-version):
```shell
npm run release -- --dry-run # verify output manually
npm run release # follow the instructions from the output of this command
```