remove deprecated uses
This commit is contained in:
parent
4c7c21a751
commit
903ebf0491
4
node.js
4
node.js
@ -43,9 +43,5 @@ function create(deps) {
|
|||||||
return deps.LeCore;
|
return deps.LeCore;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO nix this usage in v2
|
|
||||||
module.exports = create();
|
|
||||||
module.exports.create = create;
|
|
||||||
|
|
||||||
// TODO make this the official usage
|
// TODO make this the official usage
|
||||||
module.exports.ACME = { create: create };
|
module.exports.ACME = { create: create };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user