Skip to content

Commit

Permalink
Merge pull request #24 from Tinder/version.circuit-breaker
Browse files Browse the repository at this point in the history
Dependency Update
  • Loading branch information
tinder-speriyasamy authored Nov 2, 2021
2 parents 15afd00 + bf4f152 commit 42b1853
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharded-redis-client",
"version": "1.1.1",
"version": "1.1.2",
"description": "A client for application side sharding of redis",
"main": "ShardedRedisClient.js",
"engines": {
Expand All @@ -21,7 +21,7 @@
"homepage": "https://github.com/Tinder/sharded-redis-client",
"dependencies": {
"async": "2.6.0",
"circuit-breaker": "git://github.com/Tinder/circuit-breaker",
"circuit-breaker": "git+ssh://git@github.com/Tinder/circuit-breaker",
"lodash": "4.17.4",
"redis": "2.8.0"
},
Expand Down

0 comments on commit 42b1853

Please sign in to comment.