S
S
Svyatoslav Khusamov2015-11-03 02:19:04
Node.js
Svyatoslav Khusamov, 2015-11-03 02:19:04

How do I register future versions of my package with Bower?

I registered my package with the bower register command.
Now made a new version of the package.
Tried to register, but received in response: EDUPLICATE Duplicate package
And how can I register a new version now???
Do not cancel the registration of the previous version.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Svyatoslav Khusamov, 2015-11-03
@khusamov

The question is not relevant. Found a good article:
www.codehint.ru/articles/2015-04-26_create-and-upd...
Update and
support to the library and update the package registration information for Bower.
And that's another thing that keeps Bower as simple as possible. Since Bower works with git repositories, he gets all the information only from them. The package update process consists of the following three steps:
Make the necessary corrections and additions to the library.
Update the bower.json file with up-to-date information (version, installable files, dependencies, etc.)
Push the changes and the version tag to the repository.
This completes the update. As mentioned above, Bower relies on information that is exclusively in the repository, so no Bower commands need to be run to update the package.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question