Skip to content

Commit

Permalink
fix: add @types/ioredis-mock as a peer
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Jan 29, 2023
1 parent b18775e commit 06bc0a8
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
Expand Up @@ -2,6 +2,7 @@
"name": "ioredis-mock",
"description": "This library emulates ioredis by performing all operations in-memory.",
"license": "MIT",
"version": "8.2.2",
"author": "Cody Olsen <[email protected]>",
"homepage": "https://github.com/stipsan/ioredis-mock#readme",
"repository": {
Expand Down Expand Up @@ -50,7 +51,8 @@
"fengari-interop": "^0.1.3"
},
"peerDependencies": {
"ioredis": "5.x"
"ioredis": "^5",
"@types/ioredis-mock": "^8"
},
"devDependencies": {
"@babel/cli": "^7.16.8",
Expand Down

0 comments on commit 06bc0a8

Please sign in to comment.