eco icon indicating copy to clipboard operation
eco copied to clipboard

Handle `~x.y.z` dependencies

Open bvssvni opened this issue 10 years ago • 0 comments

See http://www.steveklabnik.com/semver/semver/index.html

~1.2.3 := >=1.2.3 <1.3.0
~1.2   := >=1.2.0 <1.3.0
~1     := >=1.0.0 <2.0.0

bvssvni avatar Nov 20 '15 14:11 bvssvni