squaremo / rabbit.js

Messaging in Node.JS made easy using RabbitMQ
Other
1.52k stars 142 forks source link

update dependencies and fix verion warnings #103

Open tjwebb opened 9 years ago

tjwebb commented 9 years ago
npm WARN engine rabbit.js@0.4.2: wanted: {"node":"0.8 || 0.9 || 0.10 || 0.11"} (current: {"node":"0.12.4","npm":"2.10.1"})

Also, use a recent version of amqplib

jcollum commented 9 years ago

:+1:

Current warning is a bit different

npm WARN engine rabbit.js@0.4.4: wanted: {"node":">=0.8 <0.13 || ^1"} (current: {"node":"4.0.0","npm":"2.14.2"})