v3.1.1: update docs

This commit is contained in:
AJ ONeal 2019-11-30 13:42:07 -07:00
parent 0ebb53f563
commit bb8056acdc
3 changed files with 3 additions and 3 deletions

View File

@ -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"
}
```

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "greenlock-manager-fs",
"version": "3.1.0",
"version": "3.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": {