We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e0b7e commit d065375Copy full SHA for d065375
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "rabbit.js",
3
"description": "Easy stream-based messaging using RabbitMQ",
4
- "version": "0.4.0",
+ "version": "0.4.1",
5
"homepage": "http://github.com/squaremo/rabbit.js",
6
"repository": {
7
"type": "git",
@@ -17,7 +17,7 @@
17
"test": "./node_modules/mocha/bin/mocha --ui exports test"
18
},
19
"engines": {
20
- "node": "0.8 || 0.10"
+ "node": "0.8 || 0.9 || 0.10 || 0.11"
21
22
"dependencies": {
23
"amqplib": "0.1",
0 commit comments