From de0f4d25b431a1793d52fccb7e90b5c0f982f84a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 28 Oct 2019 03:24:09 -0600 Subject: [PATCH] v3.2.0: updates for greenlock v3 --- package.json | 58 ++++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/package.json b/package.json index 2254956..fb47af3 100644 --- a/package.json +++ b/package.json @@ -1,31 +1,31 @@ { - "name": "greenlock-store-fs", - "version": "3.0.2", - "description": "A file-based certificate store for greenlock that supports wildcards.", - "homepage": "https://git.rootprojects.org/root/greenlock-store-fs.js", - "main": "index.js", - "directories": { - "test": "tests" - }, - "scripts": { - "test": "node tests" - }, - "repository": { - "type": "git", - "url": "https://git.rootprojects.org/root/greenlock-store-fs.js.git" - }, - "keywords": [ - "greenlock", - "json", - "keypairs", - "certificates", - "store", - "database" - ], - "author": "AJ ONeal (https://solderjs.com/)", - "license": "MPL-2.0", - "dependencies": { - "@root/mkdirp": "^1.0.0", - "safe-replace": "^1.1.0" - } + "name": "greenlock-store-fs", + "version": "3.2.0", + "description": "A file-based certificate store for greenlock that supports wildcards.", + "homepage": "https://git.rootprojects.org/root/greenlock-store-fs.js", + "main": "index.js", + "directories": { + "test": "tests" + }, + "scripts": { + "test": "node tests" + }, + "repository": { + "type": "git", + "url": "https://git.rootprojects.org/root/greenlock-store-fs.js.git" + }, + "keywords": [ + "greenlock", + "json", + "keypairs", + "certificates", + "store", + "database" + ], + "author": "AJ ONeal (https://solderjs.com/)", + "license": "MPL-2.0", + "dependencies": { + "@root/mkdirp": "^1.0.0", + "safe-replace": "^1.1.0" + } }