Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
index.js: Exports standardization streams
Browse files Browse the repository at this point in the history
  • Loading branch information
dm03514 authored and nw committed Jan 28, 2020
1 parent 21a99dd commit 8664af7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ var serializers = require('./serializers');
module.exports = {
EventLogger: EventLogger,
Streams: {
HttpWritableStream: HttpWritableStream
HttpWritableStream: HttpWritableStream,
Standardization: require('./streams/standardization')
},
Serializers: serializers,
ProcessInfo: require('./lib/process_info')
};
};

0 comments on commit 8664af7

Please sign in to comment.