v0.6.0: updates and fixes for greenlock express

This commit is contained in:
AJ ONeal 2019-10-28 03:29:42 -06:00
parent b9537f8419
commit bfb7019a8f
1 changed files with 23 additions and 19 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@greenlock/manager-fs",
"version": "0.1.0",
"name": "greenlock-manager-fs",
"version": "0.6.0",
"description": "A simple file-based management strategy for Greenlock",
"main": "manager.js",
"scripts": {
@ -17,5 +17,9 @@
"acme"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0"
"license": "MPL-2.0",
"dependencies": {
"@root/mkdirp": "^1.0.0",
"safe-replace": "^1.1.0"
}
}