Skip to content

Commit

Permalink
Export the built-in formatters and remove the useless makeContainer.
Browse files Browse the repository at this point in the history
  • Loading branch information
eventualbuddha committed Jun 10, 2014
1 parent 8c1c863 commit 82e5218
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

var Container = require('./container');
var FileResolver = require('./file_resolver');
var formatters = require('./formatters');

exports.FileResolver = FileResolver;
exports.Container = Container;

exports.makeContainer = function(options) {
return new Container(options);
};
exports.formatters = formatters;

0 comments on commit 82e5218

Please sign in to comment.