Skip to content

Commit 2155520

Browse files
authored
fixup: Update content/packages-and-modules/contributing-packages-to-the-registry/creating-a-package-json-file.mdx
1 parent 3d9c567 commit 2155520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/packages-and-modules/contributing-packages-to-the-registry/creating-a-package-json-file.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A `package.json` file:
2525

2626
A `package.json` file must contain `"name"` and `"version"` fields.
2727

28-
The `"name"` field contains your package's name, and must be lowercase and one word, and may contain hyphens, dots and underscores.
28+
The `"name"` field contains your package's name, and must be lowercase, not contain any spaces, and may contain hyphens, dots, and underscores.
2929

3030
The `"version"` field must be in the form `x.x.x` and follow the [semantic versioning guidelines][semver].
3131

0 commit comments

Comments
 (0)