package fix

This commit is contained in:
Marc G
2021-07-15 15:37:15 +00:00
parent 4c6e730a9f
commit 3148c9da39

View File

@@ -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"
}, },