Skip to content

Commit

Permalink
remove nats in favor of ioredis
Browse files Browse the repository at this point in the history
  • Loading branch information
esatterwhite committed Dec 26, 2016
1 parent 5a46309 commit 1ece4dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@
"dependencies": {
"body": "^5.1.0",
"debug": "^2.2.0",
"ioredis": "^2.4.0",
"keef": "^1.1.1",
"nats": "^0.6.8",
"path-to-regexp": "^1.7.0",
"request": "^2.76.0",
"ringpop": "^10.16.2",
"seeli": "^3.0.1",
"ioredis": "^2.4.0",
"tchannel": "^3.9.0",
"uuid": "^3.0.1"
},
Expand Down

0 comments on commit 1ece4dd

Please sign in to comment.