remove unused package

This commit is contained in:
AJ ONeal 2018-05-12 16:53:44 -06:00
parent d28d82130c
commit 4758dc2bd2
2 changed files with 1 additions and 3 deletions

View File

@ -111,8 +111,7 @@ function runDemo() {
//
closer = serve.init({
LeCore: LeCore
// needs a default key and cert chain, anything will do
, tlsOptions: require('localhost.daplie.me-certificates')
, tlsOptions: {}
, challengeStore: challengeStore
, certStore: certStore
});

View File

@ -36,7 +36,6 @@
"better-assert": "^1.0.2",
"chai": "^3.5.0",
"chai-string": "^1.3.0",
"localhost.daplie.me-certificates": "^1.3.0",
"request-debug": "^0.2.0"
}
}