diff options
author | isaacs <i@izs.me> | 2012-08-06 13:07:31 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-08-06 13:07:31 -0700 |
commit | caf69aa91a94c7c05574afc9fcc97f45aa8d5ea5 (patch) | |
tree | 1718d7bf764945e67deeae5758de67b9203d5c27 /deps/npm/html/api/owner.html | |
parent | 9badc002b4b109b237466c14de08278ef9be1e90 (diff) | |
download | node-new-caf69aa91a94c7c05574afc9fcc97f45aa8d5ea5.tar.gz |
npm: Upgrade to 1.1.47
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 084174cc26..e2b04b8018 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") |