Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-05-03 05:12:11 +0400
committerisaacs <i@izs.me>2010-05-03 05:12:11 +0400
commit3d20f891f7d79a10ca5e605a843500ab58c35088 (patch)
tree16b20acc8568e20141ba539fb199f7216139c53c
parent95e5824ec2d18805f9a8434adf79288aa15edaed (diff)
ronn doesn't understand OL tags
-rw-r--r--doc/json.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/json.md b/doc/json.md
index 3cec056d5..3cd417171 100644
--- a/doc/json.md
+++ b/doc/json.md
@@ -66,15 +66,15 @@ space-separated descriptors.
Version range descriptors may be any of the following styles, where "version"
is a semver compatible version identifier.
-1. `version` Must match `version` exactly
-2. `=version` Same as just `version`
-3. `>version` Must be greater than `version`
-4. `>=version` etc
-5. `<version`
-6. `<=version`
-7. `*` Matches any version
-8. `""` (just an empty string) Same as `*`
-9. `version1 - version2` Same as `>=version1 <=version2`.
+* `version` Must match `version` exactly
+* `=version` Same as just `version`
+* `>version` Must be greater than `version`
+* `>=version` etc
+* `<version`
+* `<=version`
+* `*` Matches any version
+* `""` (just an empty string) Same as `*`
+* `version1 - version2` Same as `>=version1 <=version2`.
For example, these are all valid: