diff options
Diffstat (limited to 'deps/npm/html/doc/edit.html')
-rw-r--r-- | deps/npm/html/doc/edit.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/npm/html/doc/edit.html b/deps/npm/html/doc/edit.html index 10e56b62a..3e6b282cd 100644 --- a/deps/npm/html/doc/edit.html +++ b/deps/npm/html/doc/edit.html @@ -14,7 +14,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2> -<p>Opens the package folder in the default editor (or whatever you've +<p>Opens the package folder in the default editor (or whatever you've configured as the npm <code>editor</code> config -- see <code><a href="../doc/config.html">config(1)</a></code>.)</p> <p>After it has been edited, the package is rebuilt so as to pick up any @@ -28,8 +28,8 @@ changes to your locally installed copy.</p> <h3 id="editor">editor</h3> -<ul><li>Default: <code>EDITOR</code> environment variable if set, or <code>"vi"</code> on Posix, -or <code>"notepad"</code> on Windows.</li><li>Type: path</li></ul> +<ul><li>Default: <code>EDITOR</code> environment variable if set, or <code>"vi"</code> on Posix, +or <code>"notepad"</code> on Windows.</li><li>Type: path</li></ul> <p>The command to run for <code>npm edit</code> or <code>npm config edit</code>.</p> @@ -37,7 +37,7 @@ or <code>"notepad"</code> on Windows.</li><li>Type: path</li></ul> <ul><li><a href="../doc/folders.html">folders(1)</a></li><li><a href="../doc/explore.html">explore(1)</a></li><li><a href="../doc/install.html">install(1)</a></li><li><a href="../doc/config.html">config(1)</a></li></ul> </div> -<p id="footer">edit — npm@1.1.46</p> +<p id="footer">edit — npm@1.1.47</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |