tjmehta / coworkers

A RabbitMQ Microservice Framework in Node.js
MIT License
610 stars 36 forks source link

Require in index.js #5

Closed mdrobny closed 8 years ago

mdrobny commented 8 years ago

I have an error when requiring const coworkers = require('coworkers'); Error occurs at line: https://github.com/tjmehta/coworkers/blob/master/index.js#L1

When changed to module.exports = require('./lib/application') it works for me. Am I doing something wrong?

tjmehta commented 8 years ago

Well, that's a silly mistake. I have been running it linked locally, somehow the error didn't show. I will fix this right away. Thanks

tjmehta commented 8 years ago

coworkers@v0.1.1

mdrobny commented 8 years ago

:+1: