From 001f2c1b7e9474049a45709f0e80ee3c474a4ba9 Mon Sep 17 00:00:00 2001 From: AkiJoey Date: Sat, 7 Aug 2021 21:36:25 +0800 Subject: [PATCH] fix(docs): do not include certain files PR-URL: https://github.com/npm/cli/pull/3621 Credit: @AkiJoey Close: #3621 Reviewed-by: @wraithgar --- docs/content/configuring-npm/package-json.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/content/configuring-npm/package-json.md b/docs/content/configuring-npm/package-json.md index 0fc5dc5075ee3..856adb3366cb0 100644 --- a/docs/content/configuring-npm/package-json.md +++ b/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: