Browse Source
			
			
			Merge pull request #70 from Saibamen/fix_npm_warnings
			
				Fix NPM warnings
			
			
				pull/77/head
			
			
		 
		
			
				
					
						 Louis Lam
					
					4 years ago
						Louis Lam
					
					4 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
5 additions and 
0 deletions
			 
			
		 
		
			
				- 
					
					
					 
					package.json
				
				
				
					
						
							
								
									
	
		
			
				
					|  |  | @ -1,6 +1,11 @@ | 
			
		
	
		
			
				
					|  |  |  | { | 
			
		
	
		
			
				
					|  |  |  |     "name": "uptime-kuma", | 
			
		
	
		
			
				
					|  |  |  |     "version": "1.0.5", | 
			
		
	
		
			
				
					|  |  |  |     "license": "MIT", | 
			
		
	
		
			
				
					|  |  |  |     "repository": { | 
			
		
	
		
			
				
					|  |  |  |         "type": "git", | 
			
		
	
		
			
				
					|  |  |  |         "url": "https://github.com/louislam/uptime-kuma.git" | 
			
		
	
		
			
				
					|  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  |     "scripts": { | 
			
		
	
		
			
				
					|  |  |  |         "dev": "vite --host", | 
			
		
	
		
			
				
					|  |  |  |         "start-server": "node server/server.js", | 
			
		
	
	
		
			
				
					|  |  | 
 |