diff options
Diffstat (limited to 'deps/npm/html/api/owner.html')
-rw-r--r-- | deps/npm/html/api/owner.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/html/api/owner.html b/deps/npm/html/api/owner.html index 084174cc2..e2b04b801 100644 --- a/deps/npm/html/api/owner.html +++ b/deps/npm/html/api/owner.html @@ -14,7 +14,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2> -<p>The first element of the 'args' parameter defines what to do, and the subsequent +<p>The first element of the 'args' parameter defines what to do, and the subsequent elements depend on the action. Possible values for the action are (order of parameters are given in parenthesis):</p> @@ -27,14 +27,14 @@ Remove a user from the package owner list. This immediately revokes their privileges.</li></ul> <p>Note that there is only one level of access. Either you can modify a package, -or you can't. Future versions may contain more fine-grained access levels, but +or you can't. Future versions may contain more fine-grained access levels, but that is not implemented at this time.</p> <h2 id="SEE-ALSO">SEE ALSO</h2> <ul><li><a href="../api/publish.html">publish(3)</a></li><li><a href="../doc/registry.html">registry(1)</a></li></ul> </div> -<p id="footer">owner — npm@1.1.46</p> +<p id="footer">owner — npm@1.1.47</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |