bcfg: minor.
This commit is contained in:
parent
069ec2a0f0
commit
fdce749ba2
11
lib/bcfg.js
11
lib/bcfg.js
|
@ -6,13 +6,4 @@
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const Config = require('./config');
|
module.exports = require('./config');
|
||||||
|
|
||||||
function bcfg(module, options) {
|
|
||||||
return new Config(module, options);
|
|
||||||
}
|
|
||||||
|
|
||||||
bcfg.config = bcfg;
|
|
||||||
bcfg.Config = Config;
|
|
||||||
|
|
||||||
module.exports = bcfg;
|
|
||||||
|
|
Loading…
Reference in New Issue