Skip to content

Commit 0708236

Browse files
committed
Remove leading "v" from versions in mise.toml
1 parent e5e7a2f commit 0708236

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mise.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
node = "22.11.0"
33
"npm:prettier" = "3.4.1"
44
shellcheck = "0.10.0"
5-
shfmt = "v3.10.0"
5+
shfmt = "3.10.0"
66
taplo = "0.9.3"
77
typos = "1.28.1"
8-
"ubi:houseabsolute/omegasort" = "v0.1.3"
9-
"ubi:houseabsolute/precious" = "v0.7.3"
8+
"ubi:houseabsolute/omegasort" = "0.1.3"
9+
"ubi:houseabsolute/precious" = "0.7.3"

0 commit comments

Comments
 (0)