Loosen generic-pool dependency to ~2.0.2

This allows using any version in the 2.0 series greater or equal
to 2.0.2, making it easier to use this module with others
requiring higher versions.
This commit is contained in:
Sandro Santilli 2013-03-14 11:52:37 +01:00
parent 0d0737d67b
commit 796c84d943

View File

@ -18,7 +18,7 @@
"author": "Brian Carlson <brian.m.carlson@gmail.com>",
"main": "./lib",
"dependencies": {
"generic-pool": "2.0.2",
"generic-pool": "~2.0.2",
"deprecate": "~0.1.0"
},
"devDependencies": {