Skip to content

Commit c70ea44

Browse files
committed
chore: fix linting
1 parent e1cbfa3 commit c70ea44

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

+1-1
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 *without* any spaces. May contain _hyphens_, _dots_, and _underscores_.
28+
The `"name"` field contains your package's name and _must_ be lowercase _without_ any spaces. 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)