Skip to content

Commit

Permalink
Use latest version of generic-pool, to avoid calling null callback.
Browse files Browse the repository at this point in the history
  • Loading branch information
pekim committed Mar 10, 2013
1 parent dfbd708 commit d89a4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Connection Pool for tedious.",
"main": "lib/connection-pool.js",
"dependencies": {
"generic-pool": "2.0.1"
"generic-pool": "2.0.3"
},
"scripts": {
"test": "test"
Expand Down

0 comments on commit d89a4fb

Please sign in to comment.