Browse Source

minor typo fixes

v4 v4.0.1
AJ ONeal 4 years ago
parent
commit
18e39905ba
  1. 2
      bin/tmpl/cluster.tmpl.js
  2. 2
      bin/tmpl/server.tmpl.js
  3. 2
      package-lock.json
  4. 2
      package.json

2
bin/tmpl/cluster.tmpl.js

@ -14,7 +14,7 @@ require('greenlock-express')
// contact for security and critical bug notices
//maintainerEmail: pkg.author,
// contact for security and critical bug notices
// where to look for configuration
configDir: './greenlock.d',
// whether or not to run at cloudscale

2
bin/tmpl/server.tmpl.js

@ -9,7 +9,7 @@ require('greenlock-express')
// contact for security and critical bug notices
//maintainerEmail: pkg.author,
// contact for security and critical bug notices
// where to look for configuration
configDir: './greenlock.d',
// whether or not to run at cloudscale

2
package-lock.json

@ -1,6 +1,6 @@
{
"name": "@root/greenlock",
"version": "4.0.0",
"version": "4.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
package.json

@ -1,6 +1,6 @@
{
"name": "@root/greenlock",
"version": "4.0.0",
"version": "4.0.1",
"description": "The easiest Let's Encrypt client for Node.js and Browsers",
"homepage": "https://rootprojects.org/greenlock/",
"main": "greenlock.js",

Loading…
Cancel
Save