Compare commits

..

No commits in common. "master" and "v4" have entirely different histories.
master ... v4

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": { "module": "@greenlock/manager" },
"manager": "greenlock-manager-fs",
"configDir": "./greenlock.d"
}
```

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "greenlock-manager-fs",
"version": "3.1.1",
"version": "3.1.0",
"description": "A simple file-based management strategy for Greenlock",
"main": "manager.js",
"scripts": {