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
path: root/docs
diff options
context:
space:
mode:
authorDarcy Clarke <darcy@darcyclarke.me>2021-01-16 00:25:28 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2021-01-21 19:17:29 +0300
commitec1f06d06447a29c74bee063cff103ede7a2111b (patch)
treeec68f8e128b2bb88ca4ee653b792d7f73027da24 /docs
parent23f3d7dd076dbdd75ee4fbad37620e1c5d494a2d (diff)
docs(npm): update `npm` docsdarcyclarke-patch-npm-docs
- fix reference to issue tracker (ie. fixes #1507) - collapse contributing guideline ref - remove author-specific information (still exists in `package.json`) PR-URL: https://github.com/npm/cli/pull/2498 Credit: @darcyclarke Close: #2498 Reviewed-by: @ruyadorno
Diffstat (limited to 'docs')
-rw-r--r--docs/content/commands/npm.md20
1 files changed, 3 insertions, 17 deletions
diff --git a/docs/content/commands/npm.md b/docs/content/commands/npm.md
index d0489187e..dc6ba3d25 100644
--- a/docs/content/commands/npm.md
+++ b/docs/content/commands/npm.md
@@ -133,19 +133,12 @@ See [`config`](/using-npm/config) for much much more information.
Patches welcome!
If you would like to contribute, but don't know what to work on, read
-the contributing guidelines and check the issues list.
-
-* [CONTRIBUTING.md](https://github.com/npm/cli/blob/latest/CONTRIBUTING.md)
-* [Bug tracker](https://github.com/npm/cli/issues)
+the [contributing guidelines](https://github.com/npm/cli/blob/latest/CONTRIBUTING.md)
+and check the issues list.
### Bugs
-When you find issues, please report them:
-
-* web:
- <https://github.com/npm/npm/issues>
-* archived web:
- <https://npm.community/c/bugs>
+When you find issues, please report them: <https://github.com/npm/cli/issues>
Be sure to follow the template and bug reporting guidelines.
@@ -159,13 +152,6 @@ Or suggest formal RFC proposals:
* <https://github.com/npm/rfcs>
-### Author
-
-[Isaac Z. Schlueter](http://blog.izs.me/) ::
-[isaacs](https://github.com/isaacs/) ::
-[@izs](https://twitter.com/izs) ::
-<i@izs.me>
-
### See Also
* [npm help](/commands/npm-help)
* [package.json](/configuring-npm/package-json)