diff options
author | isaacs <i@izs.me> | 2012-06-17 12:04:35 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-06-17 12:04:35 -0700 |
commit | b0b707cb6e48fd0393c24c80c9fe490855d24f84 (patch) | |
tree | 25f2cac52e79c293e62d9639bd9cdcea6db9e8e2 /deps/npm/man/man1/config.1 | |
parent | d614d161c7f1ac340251271e911cd4752c158d38 (diff) | |
download | node-new-b0b707cb6e48fd0393c24c80c9fe490855d24f84.tar.gz |
npm: Upgrade to 1.1.27
- severely enhanced 'npm init'
- upgraded node-gyp
Diffstat (limited to 'deps/npm/man/man1/config.1')
-rw-r--r-- | deps/npm/man/man1/config.1 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/deps/npm/man/man1/config.1 b/deps/npm/man/man1/config.1 index 59c44d3d64..782ac8e49a 100644 --- a/deps/npm/man/man1/config.1 +++ b/deps/npm/man/man1/config.1 @@ -636,6 +636,21 @@ Type: string A white\-space separated list of glob patterns of files to always exclude from packages when building tarballs\. . +.SS "init\-module" +. +.IP "\(bu" 4 +Default: ~/\.npm\-init\.js +. +.IP "\(bu" 4 +Type: path +. +.IP "" 0 +. +.P +A module that will be loaded by the \fBnpm init\fR command\. See the +documentation for the init\-package\-json \fIhttps://github\.com/isaacs/init\-package\-json\fR module +for more information, or npm help init\. +. .SS "init\.version" . .IP "\(bu" 4 |