Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Please update the version as valid SemVer #117

Open
aereal opened this issue Feb 18, 2020 · 0 comments
Open

Please update the version as valid SemVer #117

aereal opened this issue Feb 18, 2020 · 0 comments

Comments

@aereal
Copy link
Contributor

aereal commented Feb 18, 2020

Current @cohalz/cirrocumulus's version is 1.1.23.0 but it is not valid as npm-semver.

See below:

> require('semver').valid('1.1.23.0')
null
> require('semver').valid('1.1.23')
'1.1.23'

(null indicates given version is not parseable as semver)

This causes that npm failed to compare versions and forcely updated cohalz/c8s's version as valid.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant