mirror of
https://github.com/semver/semver.git
synced 2025-08-22 13:58:33 +00:00
Fix "dependency hell" description typo
From: "Dependency hell is where you are when version lock and/or version promiscuity prevent you from..." To: "Dependency hell is when version lock and/or version promiscuity prevent you from..."
This commit is contained in:
parent
38a25311c9
commit
184e85d43a
@ -28,8 +28,8 @@ danger of version lock (the inability to upgrade a package without having to
|
||||
release new versions of every dependent package). If dependencies are
|
||||
specified too loosely, you will inevitably be bitten by version promiscuity
|
||||
(assuming compatibility with more future versions than is reasonable).
|
||||
Dependency hell is where you are when version lock and/or version promiscuity
|
||||
prevent you from easily and safely moving your project forward.
|
||||
Dependency hell is when version lock and/or version promiscuity prevent you
|
||||
from easily and safely moving your project forward.
|
||||
|
||||
As a solution to this problem, we propose a simple set of rules and
|
||||
requirements that dictate how version numbers are assigned and incremented.
|
||||
|
Loading…
Reference in New Issue
Block a user