remove deprecated uses

This commit is contained in:
AJ ONeal 2016-08-08 14:12:23 -04:00
parent 4c7c21a751
commit 903ebf0491
1 changed files with 0 additions and 4 deletions

View File

@ -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 };