diff --git a/package.json b/package.json index 877e8f7..84a618b 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "0.0.1", "description": "Connection Pool for tedious.", "main": "lib/connection-pool.js", + "dependencies" : { + "generic-pool":"2.0.1" + }, "scripts": { "test": "test" },