diff --git a/.changeset/swift-dodos-smile.md b/.changeset/swift-dodos-smile.md new file mode 100644 index 0000000..f69ca6a --- /dev/null +++ b/.changeset/swift-dodos-smile.md @@ -0,0 +1,5 @@ +--- +"@cayasde/ok": patch +--- + +Exclude the Rojo project file from the published Wally package so Pesde can link the module correctly. diff --git a/wally.toml b/wally.toml index 70f018e..3558729 100644 --- a/wally.toml +++ b/wally.toml @@ -5,7 +5,7 @@ version = "1.0.0" license = "MIT" realm = "shared" registry = "https://github.com/UpliftGames/wally-index" -include = ["default.project.json", "src", "src/**", "wally.toml"] +include = ["src", "src/**", "wally.toml"] exclude = ["**"] [dependencies]