typo fix
This commit is contained in:
parent
82b96d20a8
commit
f2b21a9572
2
index.js
2
index.js
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
module.exports = require('greenlock-express');
|
module.exports = require('greenlock-express');
|
||||||
module.exports._greenlockExpressCreate = module.exports.create;
|
module.exports._greenlockExpressCreate = module.exports.create;
|
||||||
module.create = function (opts) {
|
module.exports.create = function (opts) {
|
||||||
opts._communityPackage = opts._communityPackage || 'greenlock-koa';
|
opts._communityPackage = opts._communityPackage || 'greenlock-koa';
|
||||||
return module.exports._greenlockExpressCreate(opts);
|
return module.exports._greenlockExpressCreate(opts);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue