Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/files/package.json.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/files/package.json.md b/doc/files/package.json.md
index 95e77d34c..6324caf64 100644
--- a/doc/files/package.json.md
+++ b/doc/files/package.json.md
@@ -648,7 +648,8 @@ If we define a package.json like this:
we can obtain `awesome-web-framework-1.0.0.tgz` file by running `npm pack`.
This file contains the dependencies `renderized` and `super-streams` which
can be installed in a new project by executing `npm install
-awesome-web-framework-1.0.0.tgz`.
+awesome-web-framework-1.0.0.tgz`. Note that the package names do not include
+any versions, as that information is specified in `dependencies`.
If this is spelled `"bundleDependencies"`, then that is also honored.