mirror of
https://github.com/semver/semver.git
synced 2026-07-13 12:22:32 -05:00
Why semver.satisfies returns false here? Is it a bug? #352
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).
And the range of ^2.22.2 is
>=2.22.2 <3.0.0, so why2.3.3returns false?