chore: fix linting
Gar committed
Oct 15, 2024 at 07:20 UTC
c70ea44171ce3543a27495dfdff7118f1a623212
1 file changed
+1
-1
content/packages-and-modules/contributing-packages-to-the-registry/creating-a-package-json-file.mdx
+1
-1
@@ -25,7 +25,7 @@ A `package.json` file:
25
26
A `package.json` file must contain `"name"` and `"version"` fields.
27
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_.
29
30
The `"version"` field must be in the form `x.x.x` and follow the [semantic versioning guidelines][semver].
31