Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
doc: Correct the max length of the name property
Browse files Browse the repository at this point in the history
PR-URL: #11037
Credit: @scottaddie
  • Loading branch information
scottaddie authored and iarna committed Jan 7, 2016
1 parent 4b9d7bb commit dee92d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/files/package.json.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dee92d1

Please sign in to comment.