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
path: root/doc
diff options
context:
space:
mode:
authorScott Addie <tobias.addie@gmail.com>2016-01-05 22:10:18 +0300
committerRebecca Turner <me@re-becca.org>2016-01-07 04:18:26 +0300
commitdee92d1f78608a10becf57aae86d5d495f2272bd (patch)
tree90a6dedd18efea2e947bdfc3f6e1c28b317e4df9 /doc
parent4b9d7bb1a4fc3f1edcf563379abfd2273af10881 (diff)
doc: Correct the max length of the name property
PR-URL: https://github.com/npm/npm/pull/11037 Credit: @scottaddie
Diffstat (limited to 'doc')
-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.