Comparing version 2.0.9 to 2.0.10
{ | ||
"name": "semver", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "The semantic version parser used by npm.", | ||
@@ -5,0 +5,0 @@ "main": "semver.js", |
@@ -19,7 +19,8 @@ semver(1) -- The semantic versioner for npm | ||
Usage: semver -v <version> [-r <range>] | ||
Test if version(s) satisfy the supplied range(s), | ||
and sort them. | ||
Usage: semver <version> [<version> [...]] [-r <range> | -i <inc> | -d <dec>] | ||
Test if version(s) satisfy the supplied range(s), and sort them. | ||
Multiple versions or ranges may be supplied. | ||
Multiple versions or ranges may be supplied, unless increment | ||
or decrement options are specified. In that case, only a single | ||
version may be used, and it is incremented by the specified level | ||
@@ -26,0 +27,0 @@ Program exits successfully if any valid version satisfies |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79967
112