fix(pkg): include required files in final package

This commit is contained in:
Erica Marigold 2024-04-15 21:32:22 +05:30
parent 5dfc707b29
commit 50c5a0967f
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -4,8 +4,8 @@ version = "0.1.0"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
license = "AGPL-3.0"
exclude = ["tests/**", "examples/**", "**"]
include = ["lib/**", "LICENSE.md", "README.md", "wally.toml"]
exclude = ["tests/**", "examples/**"]
include = ["lib/*.luau", "LICENSE.md", "README.md", "wally.toml"]
[dependencies]
luausignal = "ffrostflame/luausignal@0.2.4"
luausignal = "ffrostflame/luausignal@0.2.4"