-
-
Notifications
You must be signed in to change notification settings - Fork 807
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: version parsing for release candidates (#3593)
the npm spec library is buggy and does not handle release candidates correctly. switch to the pypa packaging library which does pep440. note that we do a hack in order to support commonly used npm prefixes: no prefix, and `^` as prefix. going forward in v0.4.x, we will switch to pep440 entirely.
- Loading branch information
1 parent
1ed4457
commit 294d97c
Showing
3 changed files
with
21 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters