bcfg: minor.

This commit is contained in:
Christopher Jeffrey 2017-11-02 06:54:58 -07:00
parent 069ec2a0f0
commit fdce749ba2
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
1 changed files with 1 additions and 10 deletions

View File

@ -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');