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:
authorAria Stewart <aredridel@dinhe.net>2015-11-20 17:46:08 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-11-25 22:43:36 +0300
commit24f4cedc83b10061f26362bf2f005ab935e0cbfe (patch)
treee7fc0e3aafed829c454d824a60b77bce53035cb3 /doc
parente8168d40caae00b2914ea09dbe4bd1b09ba3dcd5 (diff)
doc: clarify what a package is slightly
Credit: @aredridel Reviewed-By: @othiym23 PR-URL: https://github.com/npm/npm/pull/10497
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/npm-faq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/npm-faq.md b/doc/misc/npm-faq.md
index cc1c19e61..af5b15b78 100644
--- a/doc/misc/npm-faq.md
+++ b/doc/misc/npm-faq.md
@@ -152,7 +152,7 @@ In those cases, you can do this:
## What is a `package`?
-A package is:
+A package is any of:
* a) a folder containing a program described by a package.json file
* b) a gzipped tarball containing (a)