1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00
This commit is contained in:
Leibale
2023-04-26 17:48:42 -04:00
parent feae3d184b
commit 11c1738e7e
3 changed files with 5 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
"private": true,
"type": "module",
"dependencies": {
"redis": "../"
"redis": "../packages/client"
}
}