mirror of
				https://git.coolaj86.com/coolaj86/greenlock-cli.js
				synced 2025-11-04 11:02:47 +00:00 
			
		
		
		
	add vscode to gitignore update package.json
This commit is contained in:
		
							parent
							
								
									8819e7b703
								
							
						
					
					
						commit
						3306bd1e4f
					
				
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -25,3 +25,6 @@ build/Release
 | 
				
			|||||||
# Dependency directory
 | 
					# Dependency directory
 | 
				
			||||||
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
 | 
					# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
 | 
				
			||||||
node_modules
 | 
					node_modules
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# VS Code
 | 
				
			||||||
 | 
					.vscode
 | 
				
			||||||
@ -38,6 +38,7 @@
 | 
				
			|||||||
  "homepage": "https://git.daplie.com/Daplie/greenlock-cli",
 | 
					  "homepage": "https://git.daplie.com/Daplie/greenlock-cli",
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "cli": "^0.11.1",
 | 
					    "cli": "^0.11.1",
 | 
				
			||||||
 | 
					    "greenlock": "^2.1.9",
 | 
				
			||||||
    "homedir": "^0.6.0",
 | 
					    "homedir": "^0.6.0",
 | 
				
			||||||
    "le-acme-core": "^2.0.5",
 | 
					    "le-acme-core": "^2.0.5",
 | 
				
			||||||
    "le-challenge-hooks": "^2.0.0",
 | 
					    "le-challenge-hooks": "^2.0.0",
 | 
				
			||||||
@ -45,8 +46,7 @@
 | 
				
			|||||||
    "le-challenge-sni": "^2.0.0",
 | 
					    "le-challenge-sni": "^2.0.0",
 | 
				
			||||||
    "le-challenge-standalone": "^2.0.0",
 | 
					    "le-challenge-standalone": "^2.0.0",
 | 
				
			||||||
    "le-store-certbot": "^2.0.2",
 | 
					    "le-store-certbot": "^2.0.2",
 | 
				
			||||||
    "greenlock": "^2.1.9",
 | 
					    "localhost.daplie.me-certificates": "^1.3.2",
 | 
				
			||||||
    "localhost.daplie.com-certificates": "^1.2.0",
 | 
					 | 
				
			||||||
    "mkdirp": "^0.5.1"
 | 
					    "mkdirp": "^0.5.1"
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user