Skip to content

Commit

Permalink
Exposed remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkybool committed Oct 31, 2023
1 parent 01a5140 commit 839988d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ return {
Figure = require(script.Figure),
Server = require(script.Server),
Client = require(script.Client),
Remotes = script.Remotes,
}
4 changes: 2 additions & 2 deletions wally.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "metauni/metaboard"
version = "1.5.0-rc1"
version = "1.5.0-rc5"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
exclude = ["**"]
include = ["lib", "lib/*", "assets", "assets/Assets.lua", "default.project.json", "wally.lock", "wally.toml"]
include = ["lib", "lib/*", "assets", "assets/Assets.lua", "Util", "Util/**", "default.project.json", "wally.lock", "wally.toml"]

[dependencies]
Feather = "blinkybool/[email protected]"
Expand Down

0 comments on commit 839988d

Please sign in to comment.