diff options
Diffstat (limited to 'deps/npm/html/doc/init.html')
-rw-r--r-- | deps/npm/html/doc/init.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/html/doc/init.html b/deps/npm/html/doc/init.html index ff24410bc..8c323cb47 100644 --- a/deps/npm/html/doc/init.html +++ b/deps/npm/html/doc/init.html @@ -17,9 +17,9 @@ <p>This will ask you a bunch of questions, and then write a package.json for you.</p> <p>It attempts to make reasonable guesses about what you want things to be set to, -and then writes a package.json file with the options you've selected.</p> +and then writes a package.json file with the options you've selected.</p> -<p>If you already have a package.json file, it'll read that first, and default to +<p>If you already have a package.json file, it'll read that first, and default to the options in there.</p> <p>It is strictly additive, so it does not delete options from your package.json @@ -29,7 +29,7 @@ without a really good reason to do so.</p> <ul><li><a href="https://github.com/isaacs/init-package-json">https://github.com/isaacs/init-package-json</a></li><li><a href="../doc/json.html">json(1)</a></li><li><a href="../doc/version.html">version(1)</a></li></ul> </div> -<p id="footer">init — npm@1.1.46</p> +<p id="footer">init — npm@1.1.47</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |