Skip to content

Commit 10fd79a

Browse files
committed
1 parent 508e863 commit 10fd79a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "server-ssl",
33
"author": "FirstTimeEZ",
4-
"version": "44.0.2",
5-
"description": "Configurable SSL Server that runs on Node.js which can be used for development or production and can create and renew Lets Encrypt Certificates automatically using ACME",
4+
"version": "44.0.3",
5+
"description": "Node.js server that is SSL by default that can be used for development or production and can create and renew Lets Encrypt Certificates automatically using ACME, including wildcard certificates",
66
"main": "template; do not import; read the Getting Started of the README, maybe you want to use: lets-encrypt-acme-client",
77
"type": "module",
88
"keywords": [
@@ -27,7 +27,7 @@
2727
"license": "Apache-2.0",
2828
"dependencies": {
2929
"base-acme-client": "^30.0.3",
30-
"lets-encrypt-acme-client": "^40.0.1",
30+
"lets-encrypt-acme-client": "^40.0.2",
3131
"simple-api-router": "^1.1.1",
3232
"simple-open-ssl": "^1.0.7"
3333
},

0 commit comments

Comments
 (0)