remove unused package
This commit is contained in:
parent
d28d82130c
commit
4758dc2bd2
|
@ -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
|
||||
});
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue