Skip to content

Commit d53090b

Browse files
committed
export
1 parent 290197c commit d53090b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

semver/mod.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@
274274
*
275275
* @module
276276
*/
277+
export * from "./coerce.ts";
277278
export * from "./compare.ts";
278279
export * from "./difference.ts";
279280
export * from "./format.ts";
@@ -282,6 +283,7 @@ export * from "./increment.ts";
282283
export * from "./is_semver.ts";
283284
export * from "./max_satisfying.ts";
284285
export * from "./min_satisfying.ts";
286+
export * from "./min_version.ts";
285287
export * from "./parse_range.ts";
286288
export * from "./parse.ts";
287289
export * from "./range_intersects.ts";

0 commit comments

Comments
 (0)