diff options
author | isaacs <i@izs.me> | 2012-07-13 11:40:38 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-07-13 12:08:17 -0700 |
commit | 9d4362403c10dd28b5644b947945f853cd354f28 (patch) | |
tree | c08bf8dd199ee4231a28bd2bb7d5e93c80b43123 /deps/npm/html/doc/config.html | |
parent | acbfc408880a12c32ccc9d69bca91aad4e93e879 (diff) | |
download | node-9d4362403c10dd28b5644b947945f853cd354f28.tar.gz |
npm: upgrade to 1.1.41
Diffstat (limited to 'deps/npm/html/doc/config.html')
-rw-r--r-- | deps/npm/html/doc/config.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/deps/npm/html/doc/config.html b/deps/npm/html/doc/config.html index 27ed281c1..e9ae4c2a3 100644 --- a/deps/npm/html/doc/config.html +++ b/deps/npm/html/doc/config.html @@ -610,6 +610,16 @@ Windows</li><li>Type: path</li></ul> <p>The shell to run for the <code>npm explore</code> command.</p> +<h3 id="sign-git-tag">sign-git-tag</h3> + +<ul><li>Default: false</li><li>Type: Boolean</li></ul> + +<p>If set to true, then the <code>npm version</code> command will tag the version +using <code>-s</code> to add a signature.</p> + +<p>Note that git requires you to have set up GPG keys in your git configs +for this to work properly.</p> + <h3 id="strict-ssl">strict-ssl</h3> <ul><li>Default: true</li><li>Type: Boolean</li></ul> @@ -735,7 +745,7 @@ then answer "no" to any prompt.</p> <ul><li><a href="../doc/folders.html">folders(1)</a></li><li><a href="../doc/npm.html">npm(1)</a></li></ul> </div> -<p id="footer">config — npm@1.1.36</p> +<p id="footer">config — npm@1.1.41</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |