Compare commits
	
		
			2 Commits
		
	
	
		
			28aeefc238
			...
			6de3e0ae8b
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 6de3e0ae8b | ||
|  | a9504868bf | 
							
								
								
									
										15
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								package.json
									
									
									
									
									
								
							| @ -1,20 +1,17 @@ | |||||||
| { | { | ||||||
|   "name": "greenlock-cli", |   "name": "greenlock-cli", | ||||||
|   "version": "2.2.11", |   "version": "2.2.12", | ||||||
|   "description": "CLI for node-greenlock modeled after the official client", |   "description": "CLI for node-greenlock modeled after the official ACME client", | ||||||
|   "main": "index.js", |   "main": "index.js", | ||||||
|   "bin": { |   "bin": { | ||||||
|     "letsencrypt": "bin/greenlock.js", |     "greenlock": "bin/greenlock.js" | ||||||
|     "letsencrypt-node": "bin/greenlock.js", |  | ||||||
|     "greenlock": "bin/greenlock.js", |  | ||||||
|     "greenlock-node": "bin/greenlock.js" |  | ||||||
|   }, |   }, | ||||||
|   "scripts": { |   "scripts": { | ||||||
|     "test": "echo \"Error: no test specified\" && exit 1" |     "test": "echo \"Error: no test specified\" && exit 1" | ||||||
|   }, |   }, | ||||||
|   "repository": { |   "repository": { | ||||||
|     "type": "git", |     "type": "git", | ||||||
|     "url": "git+https://git.daplie.com/Daplie/greenlock-cli.git" |     "url": "git+https://git.coolaj86.com/coolaj86/greenlock-cli.js.git" | ||||||
|   }, |   }, | ||||||
|   "keywords": [ |   "keywords": [ | ||||||
|     "node", |     "node", | ||||||
| @ -33,9 +30,9 @@ | |||||||
|   "author": "AJ ONeal <aj@daplie.com> (https://daplie.com)", |   "author": "AJ ONeal <aj@daplie.com> (https://daplie.com)", | ||||||
|   "license": "(MIT OR Apache-2.0)", |   "license": "(MIT OR Apache-2.0)", | ||||||
|   "bugs": { |   "bugs": { | ||||||
|     "url": "https://git.daplie.com/Daplie/greenlock-cli/issues" |     "url": "https://git.coolaj86.com/coolaj86/greenlock-cli.js/issues" | ||||||
|   }, |   }, | ||||||
|   "homepage": "https://git.daplie.com/Daplie/greenlock-cli", |   "homepage": "https://git.coolaj86.com/coolaj86/greenlock-cli.js", | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "cli": "^0.11.1", |     "cli": "^0.11.1", | ||||||
|     "greenlock": "^2.1.16", |     "greenlock": "^2.1.16", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user