10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e4e29 commit cb1ca1dCopy full SHA for cb1ca1d
README.md
@@ -264,7 +264,9 @@ provided tuple parts.
264
Any of `X`, `x`, or `*` may be used to "stand in" for one of the
265
numeric values in the `[major, minor, patch]` tuple.
266
267
-* `*` := `>=0.0.0` (Any version satisfies)
+* `*` := `>=0.0.0` (Any non-prerelease version satisfies, unless
268
+ `includePrerelease` is specified, in which case any version at all
269
+ satisfies)
270
* `1.x` := `>=1.0.0 <2.0.0-0` (Matching major version)
271
* `1.2.x` := `>=1.2.0 <1.3.0-0` (Matching major and minor versions)
272
0 commit comments