Skip to content

Commit cb19bed

Browse files
committed
Fix typings
1 parent e604117 commit cb19bed

File tree

4 files changed

+200
-299
lines changed

4 files changed

+200
-299
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.8.8 / 2020-04-07
2+
==================
3+
4+
- Fix typings
5+
16
0.8.7 / 2020-04-02
27
==================
38

index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,10 @@ class ElasticsearchTransport extends Transport {
129129
}
130130
return indexName;
131131
}
132-
};
132+
}
133133

134134
winston.transports.Elasticsearch = ElasticsearchTransport;
135135

136-
module.exports = ElasticsearchTransport;
136+
module.exports = {
137+
ElasticsearchTransport
138+
};

0 commit comments

Comments
 (0)