Merge pull request #10 from SpiralAPI/master

fixed rojo sync errors as well as safety checks
This commit is contained in:
EternityDev 2024-04-04 20:56:17 +07:00 committed by GitHub
commit 69fc64d134
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 12 deletions

View file

@ -1,12 +1,6 @@
{
"name": "Warp",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"Warp": {
"$path": "src"
}
}
}
}

View file

@ -4,11 +4,7 @@ version = "1.0.9"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
license = "MIT"
exclude = [
"node_modules",
"docs",
".github",
]
exclude = ["node_modules", "docs", ".github", "*.rbxl", "*.rbxmx", "*.rbxml"]
description = "A very-fast & powerful networking library for Roblox."
[dependencies]