Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Feb 10, 2025
1 parent 2f6fec2 commit 0f47239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semver/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export type ReleaseType =
export type Operator =
| undefined
| "="
// `!=` operator type does not exist in semver and should be removed.
// Note: `!=` operator type does not exist in npm:semver
| "!="
| ">"
| ">="
Expand Down

0 comments on commit 0f47239

Please # to comment.