Skip to content

Commit f41bc37

Browse files
Change letsencrypt-express with greenlock-express
1 parent b43e384 commit f41bc37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

server/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function templateToJoiSchema(template, joiFieldType) {
2424
return joiSchema;
2525
}
2626

27-
var LEX = require('letsencrypt-express');
27+
var LEX = require('greenlock-express');
2828
var http = require('http');
2929
var express = require('express');
3030
var app = express();

server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"joi": "^10.2.2",
1312
"body-parser": "^1.15.2",
1413
"express": "^4.14.0",
15-
"letsencrypt-express": "^2.0.5",
14+
"greenlock-express": "^2.0.10",
15+
"joi": "^10.2.2",
1616
"mongoose": "^4.6.5",
1717
"spdy": "^3.4.4"
1818
}

0 commit comments

Comments
 (0)