Skip to content

Commit

Permalink
🍓 Patch
Browse files Browse the repository at this point in the history
Added Output class to export.
  • Loading branch information
iwatakeshi committed Apr 18, 2016
1 parent 9700b72 commit 5580fba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ const Log = require('./src/log');
const Source = require('./src/source');
const Reference = require('./src/reference');
const Doc = require('./src/doc');
const Output = require('./src/output');
module.exports = {
Option,
Log,
Source,
Reference,
Doc,
Output,
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mr-doc-utils",
"version": "2.1.1",
"version": "2.1.2",
"description": "Utilities for Mr. Doc",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5580fba

Please sign in to comment.