greenlock
Advanced tools
+2
-2
| { | ||
| "name": "greenlock", | ||
| "version": "4.0.1", | ||
| "version": "4.0.2", | ||
| "description": "The easiest Let's Encrypt client for Node.js and Browsers", | ||
@@ -42,3 +42,3 @@ "homepage": "https://rootprojects.org/greenlock/", | ||
| "@root/csr": "^0.8.1", | ||
| "@root/greenlock": "^4.0.1", | ||
| "@root/greenlock": "^4.0.2", | ||
| "@root/keypairs": "^0.9.0", | ||
@@ -45,0 +45,0 @@ "@root/mkdirp": "^1.0.0", |
+2
-2
@@ -405,4 +405,4 @@ # New Documentation & [v4 Migration Guide](https://git.rootprojects.orggreenlock.js/src/branch/master/MIGRATION_GUIDE.md) | ||
| ```bash | ||
| npm install --save greenlock | ||
| npm install --save greenlock-manager-fs | ||
| npm install --save greenlock@v4 | ||
| npm install --save @greenlock/manager | ||
| npm install --save greenlock-store-fs | ||
@@ -409,0 +409,0 @@ npm install --save acme-http-01-standalone |
40133
0Updated