diff --git a/index.js b/index.js index 9b00c5f..84a6156 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ module.exports = require('greenlock-express'); module.exports._greenlockExpressCreate = module.exports.create; -module.create = function (opts) { +module.exports.create = function (opts) { opts._communityPackage = opts._communityPackage || 'greenlock-koa'; return module.exports._greenlockExpressCreate(opts); };