v3.0.7: update manager with bugfix

This commit is contained in:
AJ ONeal 2019-10-29 04:25:38 -06:00
parent fc04a0445c
commit 7f9683f199
3 changed files with 7 additions and 7 deletions

View File

@ -4,5 +4,5 @@
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": true
"useTabs": false
}

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@root/greenlock",
"version": "3.0.6",
"version": "3.0.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -90,9 +90,9 @@
"dev": true
},
"greenlock-manager-fs": {
"version": "0.6.4",
"resolved": "https://registry.npmjs.org/greenlock-manager-fs/-/greenlock-manager-fs-0.6.4.tgz",
"integrity": "sha512-IUnnp+rkmKmq0qb3BuuufSg1jmd05hBxlTotgN769EtQCjXJO3Qj8Z7OEo7v0yrSv1oWrUPxXsA9kN1Q2TxkNw==",
"version": "0.6.5",
"resolved": "https://registry.npmjs.org/greenlock-manager-fs/-/greenlock-manager-fs-0.6.5.tgz",
"integrity": "sha512-Y/896/4nGM2ockujdzfT+ChLsuTkRp/WkWt/WqdeUxBrgp1qvDha6UUCH3v7nt9U+nqIbk+wz7sFhHPcqR1cDA==",
"requires": {
"@root/mkdirp": "^1.0.0",
"safe-replace": "^1.1.0"

View File

@ -1,6 +1,6 @@
{
"name": "@root/greenlock",
"version": "3.0.6",
"version": "3.0.7",
"description": "The easiest Let's Encrypt client for Node.js and Browsers",
"homepage": "https://rootprojects.org/greenlock/",
"main": "greenlock.js",
@ -42,7 +42,7 @@
"@root/request": "^1.3.10",
"acme-http-01-standalone": "^3.0.5",
"cert-info": "^1.5.1",
"greenlock-manager-fs": "^0.6.4",
"greenlock-manager-fs": "^0.6.5",
"greenlock-store-fs": "^3.2.0",
"safe-replace": "^1.1.0"
},