diff options
Diffstat (limited to 'deps/npm/man/man1/shrinkwrap.1')
| -rw-r--r-- | deps/npm/man/man1/shrinkwrap.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deps/npm/man/man1/shrinkwrap.1 b/deps/npm/man/man1/shrinkwrap.1 index 7fcae21cae..b1219588f7 100644 --- a/deps/npm/man/man1/shrinkwrap.1 +++ b/deps/npm/man/man1/shrinkwrap.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-SHRINKWRAP" "1" "April 2013" "" "" +.TH "NPM\-SHRINKWRAP" "1" "May 2013" "" "" . .SH "NAME" \fBnpm-shrinkwrap\fR \-\- Lock down dependency versions @@ -16,7 +16,8 @@ npm shrinkwrap .SH "DESCRIPTION" This command locks down the versions of a package\'s dependencies so that you can control exactly which versions of each dependency will be used when your package -is installed\. +is installed\. The "package\.json" file is still required if you want to use "npm +install"\. . .P By default, "npm install" recursively installs the target\'s dependencies (as |
