From 8da901b512932e5ad79508bd5144278175e8ac85 Mon Sep 17 00:00:00 2001 From: P-Chan Date: Thu, 27 Jul 2023 11:56:57 +0900 Subject: [PATCH 1/2] docs: Update package-json.md --- docs/lib/content/configuring-npm/package-json.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/lib/content/configuring-npm/package-json.md b/docs/lib/content/configuring-npm/package-json.md index 219296f6186c7..6b0be4b05121c 100644 --- a/docs/lib/content/configuring-npm/package-json.md +++ b/docs/lib/content/configuring-npm/package-json.md @@ -285,6 +285,7 @@ Certain files are always included, regardless of settings: * `README` * `LICENSE` / `LICENCE` * The file in the "main" field +* The file in the "bin" field `README` & `LICENSE` can have any case and extension. From 739160837748a1d3efc56ef0dee5a13ab1e05f30 Mon Sep 17 00:00:00 2001 From: P-Chan Date: Thu, 27 Jul 2023 14:05:43 +0900 Subject: [PATCH 2/2] docs: Update package.json Co-authored-by: Jordan Harband --- docs/lib/content/configuring-npm/package-json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib/content/configuring-npm/package-json.md b/docs/lib/content/configuring-npm/package-json.md index 6b0be4b05121c..e9a60efeac888 100644 --- a/docs/lib/content/configuring-npm/package-json.md +++ b/docs/lib/content/configuring-npm/package-json.md @@ -285,7 +285,7 @@ Certain files are always included, regardless of settings: * `README` * `LICENSE` / `LICENCE` * The file in the "main" field -* The file in the "bin" field +* The file(s) in the "bin" field `README` & `LICENSE` can have any case and extension.