File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ private void addConstraint(Constraint constraint) {
6161 private static final Pattern semVerToken = Pattern .compile ("\\ d+(?:\\ .[\\ dx]+)+(?:-[\\ w.-]*)?|[~^<>=|&-]+" );
6262
6363 /**
64- * Returns the first version number mentioned in the given constraints, excluding upper bounds such as `< 2.0.0`,
64+ * Returns the first version number mentioned in the given constraints, excluding upper bounds such as `< 2.0.0`,
6565 * or `null` if no such version number was found.
6666 * <p>
6767 * To help ensure deterministic version resolution, we prefer the version mentioned in the constraint, rather than
Original file line number Diff line number Diff line change 55/**
66 * A package metadata object, informally known as a "packument".
77 *
8- * @ see https://github.com/npm/registry/blob/master/docs/REGISTRY-API.md#getpackage
9- * @ see https://github.com/npm/registry/blob/master/docs/responses/package-metadata.md
8+ * see https://github.com/npm/registry/blob/master/docs/REGISTRY-API.md#getpackage
9+ * see https://github.com/npm/registry/blob/master/docs/responses/package-metadata.md
1010 */
1111public class Packument {
1212 private String name ;
You can’t perform that action at this time.
0 commit comments