Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stitchng committed May 29, 2019
1 parent 52c0ba1 commit f05709a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adonisjs-queue",
"version": "0.1.5",
"version": "0.1.7",
"description": "An addon/plugin package to provide driver-based job queueing services in AdonisJS 4.0+",
"main": "index.js",
"files": [
Expand All @@ -26,6 +26,7 @@
"redis",
"job",
"bee-queue",
"rabbit-queue",
"worker",
"queue",
"adonisjs"
Expand All @@ -46,6 +47,7 @@
"dependencies": {
"@adonisjs/generic-exceptions": "^2.0.1",
"bee-queue": "^1.2.2",
"rabbit-queue": "^3.0.2",
"debug": "^3.1.2"
},
"devDependencies": {
Expand Down

0 comments on commit f05709a

Please sign in to comment.