mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #478] Why semver.satisfies returns false here? Is it a bug? #4596
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @likecreep on GitHub (Nov 29, 2018).
Original GitHub issue: https://github.com/semver/semver/issues/478
And the range of ^2.22.2 is
>=2.22.2 <3.0.0, so why2.3.3returns false?