Skip to content

Commit c552300

Browse files
committed
Upgrade to kue 0.11.5 & bump release to 0.0.4
1 parent 96f03e7 commit c552300

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "task-kue",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
4+
"repository": {
5+
"type": "git",
6+
"url": "git@github.com:rajivm/task-kue"
7+
},
48
"description": "Task based Queue that runs on Kue",
59
"main": "index.js",
610
"dependencies": {
7-
"kue": "0.11.0"
11+
"kue": "0.11.5"
812
},
913
"devDependencies": {},
1014
"scripts": {

0 commit comments

Comments
 (0)