Skip to content

Commit

Permalink
Fix producer reference
Browse files Browse the repository at this point in the history
  • Loading branch information
thspinto committed May 21, 2018
1 parent 0c5b38a commit 2f1bada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quintoandar-kafka",
"version": "0.0.6",
"version": "0.0.7",
"description": "Default Kafka NodeJS lib for QuintoAndar",
"main": "src/main.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
exports.KafkaConsumer = require('./node-kafka-consumer.js').KafkaConsumer;
exports.KafkaProducer = require('./rdkafka-producer').KafkaProducer;
exports.KafkaProducer = require('./node-kafka-producer').KafkaProducer;

0 comments on commit 2f1bada

Please sign in to comment.