remove unused package
This commit is contained in:
parent
d28d82130c
commit
4758dc2bd2
|
@ -111,8 +111,7 @@ function runDemo() {
|
||||||
//
|
//
|
||||||
closer = serve.init({
|
closer = serve.init({
|
||||||
LeCore: LeCore
|
LeCore: LeCore
|
||||||
// needs a default key and cert chain, anything will do
|
, tlsOptions: {}
|
||||||
, tlsOptions: require('localhost.daplie.me-certificates')
|
|
||||||
, challengeStore: challengeStore
|
, challengeStore: challengeStore
|
||||||
, certStore: certStore
|
, certStore: certStore
|
||||||
});
|
});
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
"better-assert": "^1.0.2",
|
"better-assert": "^1.0.2",
|
||||||
"chai": "^3.5.0",
|
"chai": "^3.5.0",
|
||||||
"chai-string": "^1.3.0",
|
"chai-string": "^1.3.0",
|
||||||
"localhost.daplie.me-certificates": "^1.3.0",
|
|
||||||
"request-debug": "^0.2.0"
|
"request-debug": "^0.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue