diff options
author | Rebecca Turner <me@re-becca.org> | 2015-10-29 16:50:12 -0700 |
---|---|---|
committer | Jeremiah Senkpiel <fishrock123@rocketmail.com> | 2015-11-02 14:25:04 -0500 |
commit | 507fc53e37d3fc6abb5ce0f7c46c8d7479e647ab (patch) | |
tree | 68ea2bbf0733eb1a1977b899040e18d035737a51 /deps/npm/html/doc/cli/npm-team.html | |
parent | 6e40bf065931e20737875b27ab9ee71eaf5c7f99 (diff) | |
download | node-new-507fc53e37d3fc6abb5ce0f7c46c8d7479e647ab.tar.gz |
deps: upgrade npm to 3.3.10
PR-URL: https://github.com/nodejs/node/pull/3599
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'deps/npm/html/doc/cli/npm-team.html')
-rw-r--r-- | deps/npm/html/doc/cli/npm-team.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/html/doc/cli/npm-team.html b/deps/npm/html/doc/cli/npm-team.html index 60333b6c37..be30e097d4 100644 --- a/deps/npm/html/doc/cli/npm-team.html +++ b/deps/npm/html/doc/cli/npm-team.html @@ -23,7 +23,7 @@ npm team edit <scope:team> </code></pre><h2 id="description">DESCRIPTION</h2> <p>Used to manage teams in organizations, and change team memberships. Does not handle permissions for packages.</p> -<p>Teams must always be fully qualified with the organization/scope they belond to +<p>Teams must always be fully qualified with the organization/scope they belong to when operating on them, separated by a colon (<code>:</code>). That is, if you have a <code>developers</code> team on a <code>foo</code> organization, you must always refer to that team as <code>developers:foo</code> in these commands.</p> @@ -53,7 +53,7 @@ use the <code>npm access</code> command to grant or revoke the appropriate permi <h2 id="see-also">SEE ALSO</h2> <ul> <li><a href="../cli/npm-access.html">npm-access(1)</a></li> -<li><a href="../misc/npm-registr.html">npm-registr(7)</a></li> +<li><a href="../misc/npm-registry.html">npm-registry(7)</a></li> </ul> </div> @@ -67,4 +67,4 @@ use the <code>npm access</code> command to grant or revoke the appropriate permi <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> </table> -<p id="footer">npm-team — npm@3.3.6</p> +<p id="footer">npm-team — npm@3.3.10</p> |