diff --git a/packages/api-types/LICENSE b/packages/api-types/LICENSE new file mode 120000 index 0000000..30cff74 --- /dev/null +++ b/packages/api-types/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file diff --git a/packages/api-types/pesde.toml b/packages/api-types/pesde.toml index 5387bb2..fa308cf 100644 --- a/packages/api-types/pesde.toml +++ b/packages/api-types/pesde.toml @@ -4,8 +4,9 @@ description = "Discord-Luau Types - API Types for the Discord API." license = "MIT" authors = ["AsyncMatrix "] repository = "https://github.com/DiscordLuau/discord-luau" +pesde_version = "0.5.0-rc.13" -includes = ["src/**", "pesde.toml"] +includes = ["src/**", "pesde.toml", "LICENSE"] [target] environment = "lune"