diff options
Diffstat (limited to 'deps/npm/html/doc/submodule.html')
-rw-r--r-- | deps/npm/html/doc/submodule.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/html/doc/submodule.html b/deps/npm/html/doc/submodule.html index 835abcb3f..0b46deb18 100644 --- a/deps/npm/html/doc/submodule.html +++ b/deps/npm/html/doc/submodule.html @@ -18,7 +18,7 @@ description, then this command will add it as a git submodule at <code>node_modules/<pkg name></code>.</p> -<p>This is a convenience only. From then on, it's up to you to manage +<p>This is a convenience only. From then on, it's up to you to manage updates by using the appropriate git commands. npm will stubbornly refuse to update, modify, or remove anything with a <code>.git</code> subfolder in it.</p> @@ -33,7 +33,7 @@ dependencies into the submodule folder.</p> <ul><li><a href="../doc/json.html">json(1)</a></li><li>git help submodule</li></ul> </div> -<p id="footer">submodule — npm@1.1.46</p> +<p id="footer">submodule — npm@1.1.47</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |