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

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/docs/content/configuring-npm/package-json.md')
-rw-r--r--deps/npm/docs/content/configuring-npm/package-json.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/deps/npm/docs/content/configuring-npm/package-json.md b/deps/npm/docs/content/configuring-npm/package-json.md
index 0fc5dc5075e..856adb3366c 100644
--- a/deps/npm/docs/content/configuring-npm/package-json.md
+++ b/deps/npm/docs/content/configuring-npm/package-json.md
@@ -286,12 +286,10 @@ Certain files are always included, regardless of settings:
* `package.json`
* `README`
-* `CHANGES` / `CHANGELOG` / `HISTORY`
* `LICENSE` / `LICENCE`
-* `NOTICE`
* The file in the "main" field
-`README`, `CHANGES`, `LICENSE` & `NOTICE` can have any case and extension.
+`README` & `LICENSE` can have any case and extension.
Conversely, some files are always ignored: