Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(builtin): strip leading v prefix from stamp (#1591)
Some repos like bazelisk use a --workspace_status_command that returns tags from the repo, and their tagging scheme starts with a v prefix. We should strip that before turning it into an npm version number, which should always be numeric.
- Loading branch information