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:
parent
0d0737d67b
commit
796c84d943
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user