mirror of
				https://github.com/imezx/Warp.git
				synced 2025-11-04 03:49:17 +00:00 
			
		
		
		
	fixed rojo sync errors as well as safety checks
for wally.toml
This commit is contained in:
		
							parent
							
								
									ef4b741f85
								
							
						
					
					
						commit
						c8199d5744
					
				
					 2 changed files with 2 additions and 12 deletions
				
			
		| 
						 | 
					@ -1,12 +1,6 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  "name": "Warp",
 | 
					  "name": "Warp",
 | 
				
			||||||
  "tree": {
 | 
					  "tree": {
 | 
				
			||||||
    "$className": "DataModel",
 | 
					 | 
				
			||||||
    "ReplicatedStorage": {
 | 
					 | 
				
			||||||
      "$className": "ReplicatedStorage",
 | 
					 | 
				
			||||||
      "Warp": {
 | 
					 | 
				
			||||||
    "$path": "src"
 | 
					    "$path": "src"
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -4,11 +4,7 @@ version = "1.0.9"
 | 
				
			||||||
registry = "https://github.com/UpliftGames/wally-index"
 | 
					registry = "https://github.com/UpliftGames/wally-index"
 | 
				
			||||||
realm = "shared"
 | 
					realm = "shared"
 | 
				
			||||||
license = "MIT"
 | 
					license = "MIT"
 | 
				
			||||||
exclude = [
 | 
					exclude = ["node_modules", "docs", ".github", "*.rbxl", "*.rbxmx", "*.rbxml"]
 | 
				
			||||||
    "node_modules",
 | 
					 | 
				
			||||||
    "docs",
 | 
					 | 
				
			||||||
    ".github",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
description = "A very-fast & powerful networking library for Roblox."
 | 
					description = "A very-fast & powerful networking library for Roblox."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue