mirror of
				https://github.com/Ukendio/jecs.git
				synced 2025-11-04 02:49:18 +00:00 
			
		
		
		
	Update package.json (#121)
The main entry point should be 'src' rather than 'src/init' -ensures that the correct entry file is used when the package is imported or executed.
This commit is contained in:
		
							parent
							
								
									8cef7589d4
								
							
						
					
					
						commit
						86b5b0ac42
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
    "name": "@rbxts/jecs",
 | 
			
		||||
    "version": "0.3.0-rc.1",
 | 
			
		||||
    "description": "Stupidly fast Entity Component System",
 | 
			
		||||
    "main": "src/init",
 | 
			
		||||
    "main": "src",
 | 
			
		||||
    "repository": {
 | 
			
		||||
        "type": "git",
 | 
			
		||||
        "url": "https://github.com/ukendio/jecs.git"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue