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';
|
||||
|
||||
const Config = require('./config');
|
||||
|
||||
function bcfg(module, options) {
|
||||
return new Config(module, options);
|
||||
}
|
||||
|
||||
bcfg.config = bcfg;
|
||||
bcfg.Config = Config;
|
||||
|
||||
module.exports = bcfg;
|
||||
module.exports = require('./config');
|
||||
|
|
Loading…
Reference in New Issue