Skip to content

Commit a6d31cc

Browse files
committed
update to node-resque 2.0
1 parent 7b5ecb9 commit a6d31cc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Evan Tahler <[email protected]>",
33
"name": "node-queue-bus",
44
"description": "an implementation of queuebus in node",
5-
"version": "0.1.2",
5+
"version": "0.2.0",
66
"homepage": "http://github.com/queue-bus/node-queue-bus",
77
"repository": {
88
"type": "git",
@@ -24,13 +24,13 @@
2424
},
2525
"dependencies": {
2626
"ioredis": "^1.9.0",
27-
"node-resque": "1.0.1",
28-
"node-uuid": "1.x.x",
29-
"system-timezone": "0.0.2"
27+
"node-resque": "^2.0.0",
28+
"node-uuid": "^1.0.0",
29+
"system-timezone": "0.0.3"
3030
},
3131
"devDependencies": {
32-
"mocha": "2.3.2",
33-
"should": "7.1.0"
32+
"mocha": "^2.4.5",
33+
"should": "^8.2.2"
3434
},
3535
"scripts": {
3636
"test": "./node_modules/.bin/mocha --reporter spec"

0 commit comments

Comments
 (0)