mirror of
				https://github.com/therootcompany/greenlock.js.git
				synced 2024-11-16 17:29:00 +00:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			222a22a28e
			...
			1a9f1d2a34
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 1a9f1d2a34 | |||
| 2fd7811f8c | 
							
								
								
									
										8
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "greenlock",
 | 
			
		||||
    "version": "3.0.24",
 | 
			
		||||
    "version": "3.0.25",
 | 
			
		||||
    "lockfileVersion": 1,
 | 
			
		||||
    "requires": true,
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
@ -40,9 +40,9 @@
 | 
			
		||||
            "integrity": "sha512-OaEub02ufoU038gy6bsNHQOjIn8nUjGiLcaRmJ40IUykneJkIW5fxDqKxQx48cszuNflYldsJLPPXCrGfHs8yQ=="
 | 
			
		||||
        },
 | 
			
		||||
        "@root/greenlock": {
 | 
			
		||||
            "version": "3.0.24",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/@root/greenlock/-/greenlock-3.0.24.tgz",
 | 
			
		||||
            "integrity": "sha512-uJgHIdWEzZ1QeFN+Ydc2vKs91RDlZQTUF2R2WcklayWivXvBnr7QiyLDVtI5VZuJN6y5RQeWXmDQub/On+8wbg==",
 | 
			
		||||
            "version": "3.0.25",
 | 
			
		||||
            "resolved": "https://registry.npmjs.org/@root/greenlock/-/greenlock-3.0.25.tgz",
 | 
			
		||||
            "integrity": "sha512-VC8H9MTkbqxlB2LGntmcq5cstkE0TdZLvxm25SO5i7c6abJBVMQafhTD415OXwoGimnmWTn6SZ93Fj73d9QX/w==",
 | 
			
		||||
            "requires": {
 | 
			
		||||
                "@root/acme": "^3.0.8",
 | 
			
		||||
                "@root/csr": "^0.8.1",
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "greenlock",
 | 
			
		||||
    "version": "3.0.24",
 | 
			
		||||
    "version": "3.0.25",
 | 
			
		||||
    "description": "The easiest Let's Encrypt client for Node.js and Browsers",
 | 
			
		||||
    "homepage": "https://rootprojects.org/greenlock/",
 | 
			
		||||
    "main": "greenlock.js",
 | 
			
		||||
@ -37,7 +37,7 @@
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@root/acme": "^3.0.8",
 | 
			
		||||
        "@root/csr": "^0.8.1",
 | 
			
		||||
        "@root/greenlock": "^3.0.24",
 | 
			
		||||
        "@root/greenlock": "^3.0.25",
 | 
			
		||||
        "@root/keypairs": "^0.9.0",
 | 
			
		||||
        "@root/mkdirp": "^1.0.0",
 | 
			
		||||
        "@root/request": "^1.3.10",
 | 
			
		||||
 | 
			
		||||
@ -11,6 +11,7 @@ git checkout npm
 | 
			
		||||
git checkout master -- package.json
 | 
			
		||||
git checkout master -- README.md
 | 
			
		||||
sed -i '' -e 's|"name": ".root.greenlock"|"name": "greenlock"|' package.json
 | 
			
		||||
sed -i '' -e 's|.root.greenlock|greenlock|' README.md
 | 
			
		||||
npm install --save @root/greenlock@latest
 | 
			
		||||
git add package* README.md || true
 | 
			
		||||
git commit -m "bump" || true
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user