Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarcy Clarke <darcy@darcyclarke.me>2020-10-13 00:00:49 +0300
committerDarcy Clarke <darcy@darcyclarke.me>2020-10-13 01:56:39 +0300
commit41ab36d1585b4bd3f2aeff02e28115a68545c78a (patch)
tree1307040479127788d0f061113f211b77e0250abd /node_modules/uuid
parentc474a157717e6893a5f514a28ff216b5418bf2ee (diff)
eslint@7.11.0
Diffstat (limited to 'node_modules/uuid')
-rw-r--r--node_modules/uuid/CONTRIBUTING.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/node_modules/uuid/CONTRIBUTING.md b/node_modules/uuid/CONTRIBUTING.md
deleted file mode 100644
index 4a4503d02..000000000
--- a/node_modules/uuid/CONTRIBUTING.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-```