Skip to content

Commit

Permalink
Upgrade to kue 0.11.5 & bump release to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivm committed Feb 13, 2017
1 parent 96f03e7 commit c552300
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "task-kue",
"version": "0.0.3",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "[email protected]:rajivm/task-kue"
},
"description": "Task based Queue that runs on Kue",
"main": "index.js",
"dependencies": {
"kue": "0.11.0"
"kue": "0.11.5"
},
"devDependencies": {},
"scripts": {
Expand Down

0 comments on commit c552300

Please sign in to comment.