-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Commit
PR-URL: #37018 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
## v7.4.3 (2021-01-21) | ||
|
||
### DOCUMENTATION | ||
|
||
* [`ec1f06d06`](https://github.com/npm/cli/commit/ec1f06d06447a29c74bee063cff103ede7a2111b) | ||
[#2498](https://github.com/npm/cli/issues/2498) | ||
docs(npm): update `npm` docs | ||
([@darcyclarke](https://github.com/darcyclarke)) | ||
|
||
### DEPENDENCIES | ||
* [`bc23284cd`](https://github.com/npm/cli/commit/bc23284cd5c4cc4532875aff14df94213727a509) | ||
[#2511](https://github.com/npm/cli/issues/2511) | ||
remove coverage files | ||
([@ruyadorno](https://github.com/ruyadorno)) | ||
* [`fcbc676b8`](https://github.com/npm/cli/commit/fcbc676b88e1b7c8d01a3799683cd388a82c44d6) | ||
`[email protected]` | ||
* [`ebd3a24ff`](https://github.com/npm/cli/commit/ebd3a24ff8381f2def306136b745d1615fd6139f) | ||
`@npmcli/[email protected]` | ||
* Preserve git+https auth when provided | ||
|
||
## v7.4.2 (2021-01-15) | ||
|
||
### DEPENDENCIES | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) :: | ||
<[email protected]> | ||
|
||
### See Also | ||
* [npm help](/commands/npm-help) | ||
* [package.json](/configuring-npm/package-json) | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,7 +159,7 @@ <h3 id="description">Description</h3> | |
the results to only the paths to the packages named. Note that nested | ||
packages will <em>also</em> show the paths to the specified packages. For | ||
example, running <code>npm ls promzard</code> in npm’s source tree will show:</p> | ||
<pre lang="bash"><code>[email protected].2 /path/to/npm | ||
<pre lang="bash"><code>[email protected].3 /path/to/npm | ||
└─┬ [email protected] | ||
└── [email protected] | ||
</code></pre> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -141,14 +141,14 @@ <h1 id="npm">npm</h1> | |
|
||
<section id="table_of_contents"> | ||
<h2 id="table-of-contents">Table of contents</h2> | ||
<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#version">Version</a></li><li><a href="#description">Description</a></li><li><a href="#important">Important</a></li><li><a href="#introduction">Introduction</a></li><li><a href="#dependencies">Dependencies</a></li><li><a href="#directories">Directories</a></li><li><a href="#developer-usage">Developer Usage</a></li><ul><li><a href="#configuration">Configuration</a></li></ul><li><a href="#contributions">Contributions</a></li><li><a href="#bugs">Bugs</a></li><li><a href="#feature-requests">Feature Requests</a></li><li><a href="#author">Author</a></li><li><a href="#see-also">See Also</a></li></ul></div> | ||
<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#version">Version</a></li><li><a href="#description">Description</a></li><li><a href="#important">Important</a></li><li><a href="#introduction">Introduction</a></li><li><a href="#dependencies">Dependencies</a></li><li><a href="#directories">Directories</a></li><li><a href="#developer-usage">Developer Usage</a></li><ul><li><a href="#configuration">Configuration</a></li></ul><li><a href="#contributions">Contributions</a></li><li><a href="#bugs">Bugs</a></li><li><a href="#feature-requests">Feature Requests</a></li><li><a href="#see-also">See Also</a></li></ul></div> | ||
</section> | ||
|
||
<div id="_content"><h3 id="synopsis">Synopsis</h3> | ||
<pre lang="bash"><code>npm <command> [args] | ||
</code></pre> | ||
<h3 id="version">Version</h3> | ||
<p>7.4.2</p> | ||
<p>7.4.3</p> | ||
<h3 id="description">Description</h3> | ||
<p>npm is the package manager for the Node JavaScript platform. It puts | ||
modules in place so that node can find them, and manages dependency | ||
|
@@ -246,19 +246,10 @@ <h4 id="configuration">Configuration</h4> | |
<h3 id="contributions">Contributions</h3> | ||
<p>Patches welcome!</p> | ||
<p>If you would like to contribute, but don’t know what to work on, read | ||
the contributing guidelines and check the issues list.</p> | ||
<ul> | ||
<li><a href="https://github.com/npm/cli/blob/latest/CONTRIBUTING.md">CONTRIBUTING.md</a></li> | ||
<li><a href="https://github.com/npm/cli/issues">Bug tracker</a></li> | ||
</ul> | ||
the <a href="https://github.com/npm/cli/blob/latest/CONTRIBUTING.md">contributing guidelines</a> | ||
and check the issues list.</p> | ||
<h3 id="bugs">Bugs</h3> | ||
<p>When you find issues, please report them:</p> | ||
<ul> | ||
<li>web: | ||
<a href="https://github.com/npm/npm/issues">https://github.com/npm/npm/issues</a></li> | ||
<li>archived web: | ||
<a href="https://npm.community/c/bugs">https://npm.community/c/bugs</a></li> | ||
</ul> | ||
<p>When you find issues, please report them: <a href="https://github.com/npm/cli/issues">https://github.com/npm/cli/issues</a></p> | ||
<p>Be sure to follow the template and bug reporting guidelines.</p> | ||
<h3 id="feature-requests">Feature Requests</h3> | ||
<p>Discuss new feature ideas on our discussion forum:</p> | ||
|
@@ -269,11 +260,6 @@ <h3 id="feature-requests">Feature Requests</h3> | |
<ul> | ||
<li><a href="https://github.com/npm/rfcs">https://github.com/npm/rfcs</a></li> | ||
</ul> | ||
<h3 id="author">Author</h3> | ||
<p><a href="http://blog.izs.me/">Isaac Z. Schlueter</a> :: | ||
<a href="https://github.com/isaacs/">isaacs</a> :: | ||
<a href="https://twitter.com/izs">@izs</a> :: | ||
<a href="mailto:[email protected]">[email protected]</a></p> | ||
<h3 id="see-also">See Also</h3> | ||
<ul> | ||
<li><a href="../commands/npm-help.html">npm help</a></li> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.