When pulling v0.0.4 from NPM, the code in the node module is the same as the v0.0.3 tag which had the source written in coffee. Was expecting v0.0.4 to contain the update js files.
Also worth noting is that npm install hubot-redis-brain --save pulls down v0.0.3 instead of the latest v0.0.4
When pulling
v0.0.4
from NPM, the code in the node module is the same as thev0.0.3
tag which had the source written in coffee. Was expecting v0.0.4 to contain the update js files.Also worth noting is that
npm install hubot-redis-brain --save
pulls downv0.0.3
instead of the latestv0.0.4