Commit 05db2da6 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add note to npm docs about package with same version

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent e0ca0ef3
......@@ -86,3 +86,9 @@ npm publish
You can then navigate to your project's **Packages** page and see the uploaded
packages or even delete them.
## Uploading a package with the same version twice
If you upload a package with a same name and version twice, GitLab will show
both packages in UI. But API will expose only one package per version for `npm install`
and it will be the most recent one.
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