Skip to content

Commit

Permalink
Merge pull request #8 from terascope/high_availability
Browse files Browse the repository at this point in the history
Added high availability functionality. Change from underscore to lodash.
  • Loading branch information
ryancole authored Apr 18, 2017
2 parents 5619bc0 + cf58fc2 commit c4e5ef1
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 198 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"dependencies": {
"request": "^2.45.0",
"underscore": "^1.7.0"
"lodash": "^4.17.4"
},
"devDependencies": {
"mocha": "^1.21.4",
Expand Down
Loading

0 comments on commit c4e5ef1

Please sign in to comment.