mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-05-04 10:43:58 +01:00
chore: lock lune to v0.8.x only
This commit is contained in:
parent
1d90ba7893
commit
fb2e283366
11 changed files with 24 additions and 20 deletions
|
@ -9,8 +9,8 @@ repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/argon"
|
|||
includes = ["init.luau", "README.md", "pesde.toml"]
|
||||
|
||||
[engines]
|
||||
lune = ">=0.8.7"
|
||||
pesde = "^0.6.0-rc.6"
|
||||
lune = "^0.8.7"
|
||||
pesde = "^0.6.0"
|
||||
|
||||
[target]
|
||||
environment = "lune"
|
||||
|
|
|
@ -6,8 +6,8 @@ repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/asphalt"
|
|||
includes = ["init.luau", "README.md", "pesde.toml"]
|
||||
|
||||
[engines]
|
||||
lune = ">=0.8.7"
|
||||
pesde = "^0.6.0-rc.6"
|
||||
lune = "^0.8.7"
|
||||
pesde = "^0.6.0"
|
||||
|
||||
[target]
|
||||
environment = "lune"
|
||||
|
|
|
@ -6,8 +6,8 @@ repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/blink"
|
|||
includes = ["init.luau", "README.md", "pesde.toml"]
|
||||
|
||||
[engines]
|
||||
lune = ">=0.8.7"
|
||||
pesde = "^0.6.0-rc.6"
|
||||
lune = "^0.8.7"
|
||||
pesde = "^0.6.0"
|
||||
|
||||
[target]
|
||||
environment = "lune"
|
||||
|
|
|
@ -9,8 +9,8 @@ repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/darklua"
|
|||
includes = ["init.luau", "README.md", "pesde.toml"]
|
||||
|
||||
[engines]
|
||||
lune = ">=0.8.7"
|
||||
pesde = "^0.6.0-rc.6"
|
||||
lune = "^0.8.7"
|
||||
pesde = "^0.6.0"
|
||||
|
||||
[target]
|
||||
environment = "lune"
|
||||
|
|
|
@ -9,8 +9,8 @@ repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/luau-lsp"
|
|||
includes = ["init.luau", "README.md", "pesde.toml"]
|
||||
|
||||
[engines]
|
||||
lune = ">=0.8.7"
|
||||
pesde = "^0.6.0-rc.6"
|
||||
lune = "^0.8.7"
|
||||
pesde = "^0.6.0"
|
||||
|
||||
[target]
|
||||
environment = "lune"
|
||||
|
|
|
@ -5,6 +5,10 @@ authors = ["CompeyDev <hi@devcomp.xyz>", "Lucien Greathouse <me@lpghatguy.com>"]
|
|||
repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/rojo"
|
||||
includes = ["init.luau", "README.md", "pesde.toml"]
|
||||
|
||||
[engines]
|
||||
lune = "^0.8.7"
|
||||
pesde = "^0.6.0"
|
||||
|
||||
[target]
|
||||
environment = "lune"
|
||||
bin = "init.luau"
|
||||
|
|
|
@ -6,8 +6,8 @@ repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/selene"
|
|||
includes = ["init.luau", "README.md", "pesde.toml"]
|
||||
|
||||
[engines]
|
||||
lune = ">=0.8.7"
|
||||
pesde = "^0.6.0-rc.6"
|
||||
lune = "^0.8.7"
|
||||
pesde = "^0.6.0"
|
||||
|
||||
[target]
|
||||
environment = "lune"
|
||||
|
|
|
@ -9,8 +9,8 @@ repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/stylua"
|
|||
includes = ["init.luau", "README.md", "pesde.toml"]
|
||||
|
||||
[engines]
|
||||
lune = ">=0.8.7"
|
||||
pesde = "^0.6.0-rc.6"
|
||||
lune = "^0.8.7"
|
||||
pesde = "^0.6.0"
|
||||
|
||||
[target]
|
||||
environment = "lune"
|
||||
|
|
|
@ -6,8 +6,8 @@ repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/zap"
|
|||
includes = ["init.luau", "README.md", "pesde.toml"]
|
||||
|
||||
[engines]
|
||||
lune = ">=0.8.7"
|
||||
pesde = "^0.6.0-rc.6"
|
||||
lune = "^0.8.7"
|
||||
pesde = "^0.6.0"
|
||||
|
||||
[target]
|
||||
environment = "lune"
|
||||
|
|
|
@ -5,8 +5,8 @@ private = true
|
|||
workspace_members = ["toolchainlib", "bins/*"]
|
||||
|
||||
[engines]
|
||||
lune = ">=0.8.7"
|
||||
pesde = "^0.6.0-rc.6"
|
||||
lune = "^0.8.7"
|
||||
pesde = "^0.6.0"
|
||||
|
||||
[target]
|
||||
environment = "lune"
|
||||
|
|
|
@ -6,8 +6,8 @@ repository = "https://github.com/pesde-pkg/tooling/tree/main/toolchainlib"
|
|||
includes = ["src/**/*.luau", "pesde.toml", "LICENSE", "README.md"]
|
||||
|
||||
[engines]
|
||||
lune = ">=0.8.7"
|
||||
pesde = "^0.6.0-rc.6"
|
||||
lune = "^0.8.7"
|
||||
pesde = "^0.6.0"
|
||||
|
||||
[target]
|
||||
environment = "lune"
|
||||
|
|
Loading…
Add table
Reference in a new issue