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:
-rw-r--r--doc/files/package.json.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/files/package.json.md b/doc/files/package.json.md
index e9fa3af67..b3b450882 100644
--- a/doc/files/package.json.md
+++ b/doc/files/package.json.md
@@ -21,7 +21,7 @@ The name is what your thing is called.
Some rules:
-* The name must be shorter than 214 characters. This includes the scope for
+* The name must be less than or equal to 214 characters. This includes the scope for
scoped packages.
* The name can't start with a dot or an underscore.
* New packages must not have uppercase letters in the name.