Move engines outside package.json
Because of invalid warnings displayed by yarn that could confuse admins when they install peertube
This commit is contained in:
		
							parent
							
								
									6b6e1d5d02
								
							
						
					
					
						commit
						d29ced1a85
					
				
					 2 changed files with 6 additions and 4 deletions
				
			
		
							
								
								
									
										5
									
								
								engines.yaml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								engines.yaml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
node: ">=12.x"
 | 
			
		||||
yarn: ">=1.x"
 | 
			
		||||
postgres: ">=10.x"
 | 
			
		||||
redis-server: ">=2.8.18"
 | 
			
		||||
ffmpeg: ">=4.1"
 | 
			
		||||
| 
						 | 
				
			
			@ -6,10 +6,7 @@
 | 
			
		|||
  "licence": "AGPL-3.0",
 | 
			
		||||
  "engines": {
 | 
			
		||||
    "node": ">=12.x",
 | 
			
		||||
    "yarn": ">=1.x",
 | 
			
		||||
    "postgres": ">=10.x",
 | 
			
		||||
    "redis-server": ">=2.8.18",
 | 
			
		||||
    "ffmpeg": ">=4.1"
 | 
			
		||||
    "yarn": ">=1.x"
 | 
			
		||||
  },
 | 
			
		||||
  "bin": {
 | 
			
		||||
    "peertube": "dist/server/tools/peertube.js"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue