minor typo fixes
This commit is contained in:
parent
f913f8d193
commit
18e39905ba
|
@ -14,7 +14,7 @@ require('greenlock-express')
|
||||||
// contact for security and critical bug notices
|
// contact for security and critical bug notices
|
||||||
//maintainerEmail: pkg.author,
|
//maintainerEmail: pkg.author,
|
||||||
|
|
||||||
// contact for security and critical bug notices
|
// where to look for configuration
|
||||||
configDir: './greenlock.d',
|
configDir: './greenlock.d',
|
||||||
|
|
||||||
// whether or not to run at cloudscale
|
// whether or not to run at cloudscale
|
||||||
|
|
|
@ -9,7 +9,7 @@ require('greenlock-express')
|
||||||
// contact for security and critical bug notices
|
// contact for security and critical bug notices
|
||||||
//maintainerEmail: pkg.author,
|
//maintainerEmail: pkg.author,
|
||||||
|
|
||||||
// contact for security and critical bug notices
|
// where to look for configuration
|
||||||
configDir: './greenlock.d',
|
configDir: './greenlock.d',
|
||||||
|
|
||||||
// whether or not to run at cloudscale
|
// whether or not to run at cloudscale
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@root/greenlock",
|
"name": "@root/greenlock",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@root/greenlock",
|
"name": "@root/greenlock",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"description": "The easiest Let's Encrypt client for Node.js and Browsers",
|
"description": "The easiest Let's Encrypt client for Node.js and Browsers",
|
||||||
"homepage": "https://rootprojects.org/greenlock/",
|
"homepage": "https://rootprojects.org/greenlock/",
|
||||||
"main": "greenlock.js",
|
"main": "greenlock.js",
|
||||||
|
|
Loading…
Reference in New Issue