|
|
|
|
|
by ChiperSoft
4084 days ago
|
|
> read any of the versioning like bower does, so it can't handle versioning properly What would the "proper" behavior be? How would npm know which commit is the one you intended to be the version change? Scan the history of package.json and only grab the commit when the version number changed? Isn't that entirely the point of using tags? |
|