Skip to content

Commit

Permalink
BREAKING(semver): remove sort() (#4264)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Feb 2, 2024
1 parent 654787b commit ef93ef3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
1 change: 0 additions & 1 deletion semver/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ export * from "./range_format.ts";
export * from "./range_intersects.ts";
export * from "./range_max.ts";
export * from "./range_min.ts";
export * from "./sort.ts";
export * from "./types.ts";
export * from "./try_parse_range.ts";
export * from "./is_range.ts";
Expand Down
14 changes: 0 additions & 14 deletions semver/sort.ts

This file was deleted.

11 changes: 0 additions & 11 deletions semver/sort_test.ts

This file was deleted.

0 comments on commit ef93ef3

Please sign in to comment.