Skip to content

Commit

Permalink
feat: bring back leading |
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev committed Dec 17, 2024
1 parent 3f181c1 commit 3f77d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export type SemverErrorKind = ParseError | {}
* `InvalidPrereleaseOrdinalType`: When prerelease ordinal is not a number
]=]
export type ParseError =
{ id: "MandatoryComponentMissing", components: { string } }
| { id: "MandatoryComponentMissing", components: { string } }
| {
id: "InvalidComponentType",
component: "major" | "minor" | "patch",
Expand Down
2 changes: 1 addition & 1 deletion rokit.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tools]
lune = "lune-org/[email protected]"
stylua = "JohnnyMorganz/[email protected].1"
stylua = "JohnnyMorganz/[email protected].2"
luau-lsp = "JohnnyMorganz/[email protected]"

0 comments on commit 3f77d74

Please sign in to comment.