v3.1.1: update docs
This commit is contained in:
parent
0ebb53f563
commit
bb8056acdc
|
@ -22,7 +22,7 @@ Or, place this file in the root of your project:
|
|||
|
||||
```json
|
||||
{
|
||||
"manager": "greenlock-manager-fs",
|
||||
"manager": { "module": "@greenlock/manager" },
|
||||
"configDir": "./greenlock.d"
|
||||
}
|
||||
```
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "greenlock-manager-fs",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "greenlock-manager-fs",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"description": "A simple file-based management strategy for Greenlock",
|
||||
"main": "manager.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue