mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2025-01-06 05:44:51 -05:00
Added versioning
module
This commit is contained in:
parent
5e957f45ba
commit
70b1eedf91
1 changed files with 17 additions and 0 deletions
17
src/utils/versioning/index.ts
Normal file
17
src/utils/versioning/index.ts
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
export {
|
||||||
|
VersionRange,
|
||||||
|
|
||||||
|
parseVersionRange,
|
||||||
|
anyVersionRange,
|
||||||
|
noneVersionRange,
|
||||||
|
} from "./version-range";
|
||||||
|
|
||||||
|
export {
|
||||||
|
VersionType,
|
||||||
|
} from "./version-type";
|
||||||
|
|
||||||
|
export {
|
||||||
|
Version,
|
||||||
|
|
||||||
|
parseVersion,
|
||||||
|
} from "./version";
|
Loading…
Reference in a new issue