Commit c84d9415 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'docs-remove-naming-convention' into 'master'

Remove a warning about naming convention when publishing

See merge request gitlab-org/gitlab!57716
parents fffdd5c4 30248d90
...@@ -251,9 +251,6 @@ Prerequisites: ...@@ -251,9 +251,6 @@ Prerequisites:
- [Authenticate](#authenticate-to-the-package-registry) to the Package Registry. - [Authenticate](#authenticate-to-the-package-registry) to the Package Registry.
- Set a [project-level npm endpoint](#use-the-gitlab-endpoint-for-npm-packages). - Set a [project-level npm endpoint](#use-the-gitlab-endpoint-for-npm-packages).
- Your npm package name must be in the format of [@scope/package-name](#package-naming-convention).
It must match exactly, including the case. This is different than the
npm naming convention, but it is required to work with the GitLab Package Registry.
To upload an npm package to your project, run this command: To upload an npm package to your project, run this command:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment