summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-submodule.1
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2015-07-06 00:00:48 -0700
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-07-06 10:28:20 -0700
commit863cdbdd085f65da2d5393f449067e671a5be264 (patch)
tree0bc19d7cacf890e0a82c099fc47e9a697afa8ce4 /deps/npm/man/man1/npm-submodule.1
parentfb05c8e27d29c6277e644c793eeaba1d7007178e (diff)
downloadnode-new-863cdbdd085f65da2d5393f449067e671a5be264.tar.gz
deps: upgrade to npm 2.12.1
PR-URL: https://github.com/nodejs/io.js/pull/2112 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'deps/npm/man/man1/npm-submodule.1')
-rw-r--r--deps/npm/man/man1/npm-submodule.141
1 files changed, 0 insertions, 41 deletions
diff --git a/deps/npm/man/man1/npm-submodule.1 b/deps/npm/man/man1/npm-submodule.1
deleted file mode 100644
index 771f0c0a22..0000000000
--- a/deps/npm/man/man1/npm-submodule.1
+++ /dev/null
@@ -1,41 +0,0 @@
-.\" Generated with Ronnjs 0.3.8
-.\" http://github.com/kapouer/ronnjs/
-.
-.TH "NPM\-SUBMODULE" "1" "September 2014" "" ""
-.
-.SH "NAME"
-\fBnpm-submodule\fR \-\- Add a package as a git submodule
-.
-.SH "SYNOPSIS"
-.
-.nf
-npm submodule <pkg>
-.
-.fi
-.
-.SH "DESCRIPTION"
-If the specified package has a git repository url in its package\.json
-description, then this command will add it as a git submodule at \fBnode_modules/<pkg name>\fR\|\.
-.
-.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 \fB\|\.git\fR subfolder
-in it\.
-.
-.P
-This command also does not install missing dependencies, if the package
-does not include them in its git repository\. If \fBnpm ls\fR reports that
-things are missing, you can either install, link, or submodule them yourself,
-or you can do \fBnpm explore <pkgname> \-\- npm install\fR to install the
-dependencies into the submodule folder\.
-.
-.SH "SEE ALSO"
-.
-.IP "\(bu" 4
-npm help 5 package\.json
-.
-.IP "\(bu" 4
-git help submodule
-.
-.IP "" 0