Skip to content

Commit 467f1d9

Browse files
committed
fix: correct peer dependency
1 parent 8121589 commit 467f1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"homepage": "https://github.com/AVVS/distributed-callback-queue",
3333
"peerDependencies": {
34-
"ioredis": "~3.x.x"
34+
"ioredis": "~4.x.x"
3535
},
3636
"dependencies": {
3737
"bluebird": "^3.5.1",

0 commit comments

Comments
 (0)