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
diff options
context:
space:
mode:
authorSimen Bekkhus <sbekkhus91@gmail.com>2016-05-20 16:23:52 +0300
committerKat Marchán <kzm@sykosomatic.org>2016-05-27 00:38:33 +0300
commitcb38e0fff82a6c1c110026b95b07a8c32e27ec01 (patch)
treedc15687efcc29084309923a377b745f93848be3a
parent70a3ae4d4ec76b3ec51f00bf5261f1147829f9fe (diff)
doc: Add `NOTICE` to files included in pack
`NOTICE` files started getting included after https://github.com/npm/fstream-npm/pull/17. This documents that. Reviewed-By: @zkat Credit: @SimenB PR-URL: https://github.com/npm/npm/pull/12782
-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 af7fb8a53..a52f9f011 100644
--- a/doc/files/package.json.md
+++ b/doc/files/package.json.md
@@ -183,9 +183,10 @@ Certain files are always included, regardless of settings:
* `README`
* `CHANGES` / `CHANGELOG` / `HISTORY`
* `LICENSE` / `LICENCE`
+* `NOTICE`
* The file in the "main" field
-`README`, `CHANGES` & `LICENSE` can have any case and extension.
+`README`, `CHANGES`, `LICENSE` & `NOTICE` can have any case and extension.
Conversely, some files are always ignored: