mirror of
https://github.com/lingble/safe-redis-leader.git
synced 2025-10-31 20:48:05 +00:00
package fix
This commit is contained in:
@@ -9,11 +9,11 @@
|
|||||||
"test": "node_modules/.bin/jest --config ./test/jest-e2e.json",
|
"test": "node_modules/.bin/jest --config ./test/jest-e2e.json",
|
||||||
"prepublish": "npm run eslint && npm run test"
|
"prepublish": "npm run eslint && npm run test"
|
||||||
},
|
},
|
||||||
"author": "Michael Khirallah",
|
"author": "Marc Gagnon",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/mkralla11/safe-redis-leader.git"
|
"url": "git+https://github.com/Nesci28/safe-redis-leader.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"redis",
|
"redis",
|
||||||
@@ -22,9 +22,9 @@
|
|||||||
"distributed"
|
"distributed"
|
||||||
],
|
],
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/mkralla11/safe-redis-leader/issues"
|
"url": "https://github.com/Nesci28/safe-redis-leader/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/mkralla11/safe-redis-leader#readme",
|
"homepage": "https://github.com/Nesci28/safe-redis-leader/blob/master/README.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ioredis": "^4.27.6"
|
"ioredis": "^4.27.6"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user